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

Skip to content

Commit ed940a2

Browse files
authored
make tests run even if code style fails (tableau#980)
1 parent fb49f31 commit ed940a2

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)
0