Skip to content

Commit 973c364

Browse files
authored
Update test commands in classroom.yml
1 parent 0220287 commit 973c364

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/classroom.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
test-name: parta1
2121
setup-command: ''
22-
command: gradle test --tests "SoundTest.partA1"
22+
command: gradle test --tests "RandomStringChooserTest.randomStringChooserTest"
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 "RandomLetterChooserTest.randomLetterChooserTest"
3232
timeout: 10
3333
max-score: 1
3434
- name: Autograding Reporter

0 commit comments

Comments
 (0)