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