Skip to content

Commit c0f7f20

Browse files
Update autograding workflow
1 parent d5ee601 commit c0f7f20

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
@@ -20,7 +20,7 @@ jobs:
2020
test-name: test
2121
setup-command: |
2222
gcc tes.c -o tes
23-
command: "./tes.c"
23+
command: "./tes"
2424
input: test
2525
expected-output: test
2626
comparison-method: exact

0 commit comments

Comments
 (0)