Skip to content

Commit

Permalink
GitHub Classroom Autograding Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
github-classroom[bot] authored Nov 13, 2024
1 parent 32e3774 commit 636000e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/classroom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
with:
test-name: One arg test
setup-command: chmod +x checkargs.sh
command: ./checkargs.sh "./assignment" "Incorrect usage. You provided 1 arguments.
The correct number of arguments is 2"
command: ./checkargs.sh "./assignment 1" "Incorrect usage. You provided 1
arguments. The correct number of arguments is 2"
timeout: 10
max-score: 1
- name: Three args test
Expand All @@ -48,8 +48,8 @@ jobs:
with:
test-name: Three args test
setup-command: chmod +x checkargs.sh
command: ./checkargs.sh "./assignment" "Incorrect usage. You provided 3 arguments.
The correct number of arguments is 2"
command: ./checkargs.sh "./assignment 1 2 3" "Incorrect usage. You provided
3 arguments. The correct number of arguments is 2"
timeout: 10
- name: Autograding Reporter
uses: classroom-resources/autograding-grading-reporter@v1
Expand Down

0 comments on commit 636000e

Please sign in to comment.