We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
fi
1 parent d680321 commit 3b33840Copy full SHA for 3b33840
.github/workflows/pytest.yml
@@ -54,6 +54,7 @@ jobs:
54
elif [[ "${{ github.ref }}" == "refs/heads/pytest-integration" ]]; then
55
echo "Running integration tests only."
56
tox -e integration
57
+ fi
58
59
- name: Check Coverage Report Exists
60
run: |
0 commit comments