Skip to content

Commit

Permalink
continue-on-error for code quality check
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Collins committed Apr 23, 2020
1 parent 7efd30b commit 5b0ea37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
if: steps.cache.outputs.cache-hit != 'true'

- name: Code Quality
continue-on-error: true
run: poetry run black . --check

- name: Test with pytest
Expand Down

0 comments on commit 5b0ea37

Please sign in to comment.