8000 make tests run even if code style fails (#980) · tableau/server-client-python@52721c1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 52721c1

Browse files
committed
make tests run even if code style fails (#980)
1 parent bb66d09 commit 52721c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,6 @@ jobs:
3535
pytest test
3636
3737
- name: Run Mypy tests
38+
if: always()
3839
run: |
3940
mypy --show-error-codes --disable-error-code misc --disable-error-code import tableauserverclient test

0 commit comments

Comments
 (0)
0