Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Krasimir committed Nov 25, 2024
1 parent e6f688a commit 976dcb3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/classroom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
command: ./checkargs.sh "./assignment 1 2 3" "Incorrect usage. You provided
3 arguments. The correct number of arguments is 2"
timeout: 10
max-score: 1
- name: Autograding Reporter
uses: classroom-resources/autograding-grading-reporter@v1
env:
Expand All @@ -59,4 +60,4 @@ jobs:
ONE-ARG-TEST_RESULTS: "${{steps.one-arg-test.outputs.result}}"
THREE-ARGS-TEST_RESULTS: "${{steps.three-args-test.outputs.result}}"
with:
runners: matrix-output-test,no-args-test,one-arg-test,three-args-test
runners: matrix-output-test,no-args-test,one-arg-test,three-args-test

0 comments on commit 976dcb3

Please sign in to comment.