Skip to content

Commit 0220287

Browse files
authored
Update classroom.yml
1 parent 8d274e8 commit 0220287

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/classroom.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,19 @@ jobs:
2222
command: gradle test --tests "SoundTest.partA1"
2323
timeout: 10
2424
max-score: 1
25-
- name: parta
26-
id: parta
25+
- name: partb
26+
id: partb
2727
uses: classroom-resources/autograding-command-grader@v1
2828
with:
29-
test-name: parta
29+
test-name: partb
3030
setup-command: ''
3131
command: gradle test --tests "SoundTest.partB"
3232
timeout: 10
3333
max-score: 1
3434
- name: Autograding Reporter
3535
uses: classroom-resources/autograding-grading-reporter@v1
3636
env:
37-
PARTA_RESULTS: "${{steps.parta.outputs.result}}"
37+
PARTA_RESULTS: "${{steps.parta1.outputs.result}}"
3838
PARTB_RESULTS: "${{steps.partb.outputs.result}}"
3939
with:
40-
runners: parta1,parta2,parta3,parta4,partb1,partb2
40+
runners: parta1,partb

0 commit comments

Comments
 (0)