Skip to content

Commit 2dfad92

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/classroom.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,8 @@ jobs:
3838
id: edge
3939
continue-on-error: true
4040
run: |
41-
mvn -ntp test -Dtest=EdgeCaseTest
41+
mvn -ntp test -Dtest=EdgeCaseTest || true
4242
echo "exit_code=$?" >> $GITHUB_ENV
43-
exit 0
4443
4544
# 🧮 Scoring and conditional failure
4645
- name: Calculate and Report Points

0 commit comments

Comments
 (0)