We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1e26c1 commit fd028d5Copy full SHA for fd028d5
.github/workflows/classroom.yml
@@ -31,13 +31,13 @@ jobs:
31
# ✅ Basic functionality
32
- name: Basic Tests
33
id: basic
34
- run: mvn -ntp test -Dtest=GradingTests$BasicTest
+ run: mvn -ntp test -Dtest=BasicTest
35
36
# ⚠️ Optional edge cases
37
- name: Edge Case Tests
38
id: edge
39
continue-on-error: true
40
- run: mvn -ntp test -Dtest=GradingTests$EdgeCaseTest
+ run: mvn -ntp test -Dtest=EdgeCaseTest
41
42
# 🧮 Scoring and conditional failure
43
- name: Calculate and Report Points
0 commit comments