Skip to content

Commit

Permalink
feat: use latest version of grader
Browse files Browse the repository at this point in the history
Signed-off-by: Anmol Sharma <[email protected]>
  • Loading branch information
theanmolsharma committed Mar 18, 2024
1 parent 623c907 commit 4f20d82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/classroom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ jobs:
uses: actions/checkout@v4
- name: 'Validate block '
id: validate-block
uses: SummerOfBitcoin/code-challenge-2024-grader@v1.1
uses: SummerOfBitcoin/code-challenge-2024-grader@v1.2
with:
test-name: 'Validate block '
setup-command: chmod +x ./run.sh && ./run.sh
command: chmod +x ./test.sh && ./test.sh
timeout: 10
max-score: 100
max-score: 20616923
- name: Autograding Reporter
uses: education/autograding-grading-reporter@v1
env:
Expand Down

0 comments on commit 4f20d82

Please sign in to comment.