Skip to content

Commit 03e85a3

Browse files
authored
Update classroom.yml
1 parent 2dfad92 commit 03e85a3

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/classroom.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,10 @@ jobs:
3737
- name: Edge Case Tests
3838
id: edge
3939
continue-on-error: true
40-
run: |
41-
mvn -ntp test -Dtest=EdgeCaseTest || true
42-
echo "exit_code=$?" >> $GITHUB_ENV
40+
run: |
41+
mvn -ntp test -Dtest=EdgeCaseTest
42+
echo "exit_code=$?" >> $GITHUB_ENV
43+
true # suppress failure after capturing exit code
4344
4445
# 🧮 Scoring and conditional failure
4546
- name: Calculate and Report Points

0 commit comments

Comments
 (0)