Skip to content

Commit 3120afb

Browse files
authored
Update classroom.yml
1 parent 2c9a601 commit 3120afb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/classroom.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
test-name: parta
2121
setup-command: ''
22-
command: gradle test --tests "SoundTest.partA"
22+
command: gradle test --tests "FrogSimulationTest.partA"
2323
timeout: 10
2424
max-score: 1
2525
- name: partb
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
test-name: partb
3030
setup-command: ''
31-
command: gradle test --tests "SoundTest.partB"
31+
command: gradle test --tests "FrogSimulationTest.partB"
3232
timeout: 10
3333
max-score: 1
3434
- name: Autograding Reporter
@@ -37,4 +37,4 @@ jobs:
3737
PARTA_RESULTS: "${{steps.partb.outputs.result}}"
3838
PARTB_RESULTS: "${{steps.partb.outputs.result}}"
3939
with:
40-
runners: parta,partb
40+
runners: parta,partb

0 commit comments

Comments
 (0)