diff --git a/.github/workflows/classroom.yml b/.github/workflows/classroom.yml index 62160569a..eea334e37 100644 --- a/.github/workflows/classroom.yml +++ b/.github/workflows/classroom.yml @@ -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