Skip to content
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.

Commit

Permalink
fix command path
Browse files Browse the repository at this point in the history
  • Loading branch information
ashishkeshan committed Nov 16, 2023
1 parent f4bfa9a commit d9e3355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: education/autograding-io-grader@main
with:
test-name: Shout Test
command: "./test/bin/shout"
command: "./test/bin/shout.sh"
input: hello
expected-output: HELLO
comparison-method: exact
Expand Down

0 comments on commit d9e3355

Please sign in to comment.