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 323defd commit c5b1046Copy full SHA for c5b1046
.github/workflows/main.yml
@@ -87,6 +87,7 @@ jobs:
87
- name: Run tests
88
working-directory: ./server/frontend
89
run: npm test -- --watchAll=false --passWithNoTests
90
+ # TODO: Remove continue-on-error once tests are implemented
91
continue-on-error: true
92
93
- name: Build application
0 commit comments