We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c9a601 commit 3120afbCopy full SHA for 3120afb
1 file changed
.github/workflows/classroom.yml
@@ -19,7 +19,7 @@ jobs:
19
with:
20
test-name: parta
21
setup-command: ''
22
- command: gradle test --tests "SoundTest.partA"
+ command: gradle test --tests "FrogSimulationTest.partA"
23
timeout: 10
24
max-score: 1
25
- name: partb
@@ -28,7 +28,7 @@ jobs:
28
29
test-name: partb
30
31
- command: gradle test --tests "SoundTest.partB"
+ command: gradle test --tests "FrogSimulationTest.partB"
32
33
34
- name: Autograding Reporter
@@ -37,4 +37,4 @@ jobs:
37
PARTA_RESULTS: "${{steps.partb.outputs.result}}"
38
PARTB_RESULTS: "${{steps.partb.outputs.result}}"
39
40
- runners: parta,partb
+ runners: parta,partb
0 commit comments