Skip to content

Commit b807a00

Browse files
committed
update actions
1 parent 95daf92 commit b807a00

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pytest.yml

+3
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ jobs:
5454
elif [[ "${{ github.ref }}" == "refs/heads/pytest-integration" ]]; then
5555
echo "Running integration tests only."
5656
tox -e integration
57+
else
58+
echo "Running both unit and integration tests."
59+
tox -e unit,integration
5760
fi
5861
5962
- name: Check Coverage Report Exists

0 commit comments

Comments
 (0)