We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 686eee0 commit 9c3efd1Copy full SHA for 9c3efd1
.github/workflows/run-tests.yml
@@ -30,9 +30,11 @@ jobs:
30
black --check --line-length 120 tableauserverclient samples test
31
32
- name: Test with pytest
33
+ if: always()
34
run: |
35
pytest test
36
37
- name: Run Mypy tests
38
39
40
mypy --show-error-codes --disable-error-code misc --disable-error-code import tableauserverclient test
0 commit comments