Skip to content

Commit fd028d5

Browse files
authored
Update classroom.yml
1 parent b1e26c1 commit fd028d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/classroom.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ jobs:
3131
# ✅ Basic functionality
3232
- name: Basic Tests
3333
id: basic
34-
run: mvn -ntp test -Dtest=GradingTests$BasicTest
34+
run: mvn -ntp test -Dtest=BasicTest
3535

3636
# ⚠️ Optional edge cases
3737
- name: Edge Case Tests
3838
id: edge
3939
continue-on-error: true
40-
run: mvn -ntp test -Dtest=GradingTests$EdgeCaseTest
40+
run: mvn -ntp test -Dtest=EdgeCaseTest
4141

4242
# 🧮 Scoring and conditional failure
4343
- name: Calculate and Report Points

0 commit comments

Comments
 (0)