Skip to content

Commit 9c3efd1

Browse files
committed
make tests run even if code style fails (#980)
1 parent 686eee0 commit 9c3efd1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,11 @@ jobs:
3030
black --check --line-length 120 tableauserverclient samples test
3131
3232
- name: Test with pytest
33+
if: always()
3334
run: |
3435
pytest test
3536
3637
- name: Run Mypy tests
38+
if: always()
3739
run: |
3840
mypy --show-error-codes --disable-error-code misc --disable-error-code import tableauserverclient test

0 commit comments

Comments
 (0)