Skip to content

Commit 77954f3

Browse files
authored
Fix setup-command
1 parent 4e464ef commit 77954f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/classroom.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: classroom-resources/autograding-command-grader@v1
1919
with:
2020
test-name: Parser Tests
21-
setup-command: "./setup.sh"
21+
setup-command: ""
2222
command: gradle test
2323
timeout: 10
2424
- name: Autograding Reporter

0 commit comments

Comments
 (0)