Skip to content

Commit

Permalink
feat: use custom grading actions v2
Browse files Browse the repository at this point in the history
Signed-off-by: Anmol Sharma <[email protected]>
  • Loading branch information
theanmolsharma committed Mar 19, 2024
1 parent cace9d7 commit ae75111
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,7 +16,7 @@ jobs:
uses: actions/checkout@v4
- name: 'Validate block '
id: validate-block
uses: SummerOfBitcoin/code-challenge-2024-grader@v1.8
uses: SummerOfBitcoin/code-challenge-2024-grader@v2
with:
test-name: 'Validate block '
setup-command: chmod +x ./run.sh && ./run.sh
Expand All @@ -25,7 +25,7 @@ jobs:
max-fee: 20616923
max-score: 100
- name: Autograding Reporter
uses: SummerOfBitcoin/autograding-grading-reporter@v1.1
uses: SummerOfBitcoin/autograding-grading-reporter@v2
env:
VALIDATE-BLOCK_RESULTS: "${{steps.validate-block.outputs.result}}"
with:
Expand Down

0 comments on commit ae75111

Please sign in to comment.