We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5b1046 commit 485d8c5Copy full SHA for 485d8c5
.github/workflows/main.yml
@@ -142,4 +142,5 @@ jobs:
142
- name: Run Django tests
143
working-directory: ./server
144
run: python manage.py test
145
+ # TODO: Remove continue-on-error once tests are implemented
146
continue-on-error: true
0 commit comments