We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f3e43e commit b3641a0Copy full SHA for b3641a0
.github/workflows/classroom.yml
@@ -40,6 +40,7 @@ jobs:
40
run: |
41
mvn -ntp test -Dtest=EdgeCaseTest
42
echo "exit_code=$?" >> $GITHUB_ENV
43
+ exit 0
44
45
# 🧮 Scoring and conditional failure
46
- name: Calculate and Report Points
0 commit comments