Skip to content

Commit

Permalink
chore: use latest autograder
Browse files Browse the repository at this point in the history
Signed-off-by: Anmol Sharma <[email protected]>
  • Loading branch information
theanmolsharma committed Mar 20, 2024
1 parent dd8019c commit 4969348
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/classroom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,12 @@ jobs:
uses: actions/checkout@v4
- name: 'Validate block '
id: validate-block
uses: SummerOfBitcoin/code-challenge-2024-grader@v2
uses: SummerOfBitcoin/code-challenge-2024-grader@v2.1
with:
test-name: 'Validate block '
setup-command: chmod +x ./run.sh && ./run.sh
command: chmod +x ./test.sh && ./test.sh
command: chmod +x ./run.sh && ./run.sh
# setup-command: chmod +x ./run.sh && ./run.sh
# command: chmod +x ./test.sh && ./test.sh
timeout: 10
max-fee: 20616923
max-score: 100
Expand Down

0 comments on commit 4969348

Please sign in to comment.