We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75db840 commit 2438531Copy full SHA for 2438531
1 file changed
.github/workflows/python-app.yml
@@ -38,4 +38,5 @@ jobs:
38
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
39
- name: Test with pytest
40
run: |
41
+ export FROST_STA_CLIENT_RUN_INTEGRATION=1
42
python -m pytest
0 commit comments