We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afa6237 commit 8e21cf6Copy full SHA for 8e21cf6
.github/workflows/classroom.yml
@@ -25,6 +25,7 @@ jobs:
25
- name: Run autograder
26
id: grading
27
uses: education/autograding@v1
28
+ continue-on-error: true
29
- name: Fail if critical tests failed
30
run: |
31
RESULTS=".autograding/results.json"
0 commit comments