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 69f7693 commit 512768b
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/classroom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,14 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: 'Validate block '
- name: Download mempool
uses: GuillaumeFalourd/[email protected]
with:
owner: 'SummerOfBitcoin'
repository: 'code-challenge-2024-mempool'
- name: Validate block
id: validate-block
uses: SummerOfBitcoin/code-challenge-2024-grader@v2.2
uses: SummerOfBitcoin/code-challenge-2024-grader@v2.4
with:
test-name: 'Validate block '
command: chmod +x ./run.sh && ./run.sh
Expand Down

0 comments on commit 512768b

Please sign in to comment.