Skip to content

Commit

Permalink
Run with bash:
Browse files Browse the repository at this point in the history
  • Loading branch information
dapplion committed Sep 28, 2024
1 parent d48780c commit 4b7c4be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/post-merge-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ jobs:
run: jq --help
# Vectors are already generated, but this serves as a test
- name: Generate vectors
run: ./scripts/generate_test_vectors_nethermind.sh
run: bash ./scripts/generate_test_vectors_nethermind.sh
# Test vectors against nethermind
- name: Apply vectors to Nethermind
run: ./scripts/apply_test_vectors_nethermind.sh
run: bash ./scripts/apply_test_vectors_nethermind.sh
# Test vectors against Reth
- name: Apply vectors to Reth
run: ./scripts/apply_test_vectors_reth.sh
run: bash ./scripts/apply_test_vectors_reth.sh


0 comments on commit 4b7c4be

Please sign in to comment.