We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0220287 commit 973c364Copy full SHA for 973c364
1 file changed
.github/workflows/classroom.yml
@@ -19,7 +19,7 @@ jobs:
19
with:
20
test-name: parta1
21
setup-command: ''
22
- command: gradle test --tests "SoundTest.partA1"
+ command: gradle test --tests "RandomStringChooserTest.randomStringChooserTest"
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 "RandomLetterChooserTest.randomLetterChooserTest"
32
33
34
- name: Autograding Reporter
0 commit comments