Skip to content

Commit

Permalink
ci fix
Browse files Browse the repository at this point in the history
  • Loading branch information
debjit-bw committed Nov 20, 2024
1 parent c445e20 commit dceaabb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/post-merge-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Apply vectors to Reth
run: bash ./scripts/apply_test_vectors_reth.sh
# EIP1559 test vectors against Nethermind
- name: Generate EIP1559 vectors to Nethermind
- name: Generate EIP1559 vectors through Nethermind
run: bash ./scripts/generate_eip1559_vectors.sh
- name: Apply EIP1559 vectors to Reth
run: bash ./scripts/apply_test_vectors_reth.sh eip1559_blocks 1
Expand Down
1 change: 0 additions & 1 deletion scripts/generate_eip1559_vectors.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ mkdir -p $OUT_DIR
# Set the trap to call cleanup if an error occurs
cleanup() {
echo "Stopping node process (PID: $BG_PID)..."
ps aux | grep "reth node" | grep -v grep | awk '{print $2}' | xargs kill
kill $BG_PID 2>/dev/null || true
docker rm -f neth-vec-gen 2>/dev/null || true
}
Expand Down

0 comments on commit dceaabb

Please sign in to comment.