Skip to content

Commit

Permalink
fix location of e2_run_tests.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
lupin012 committed Sep 29, 2024
1 parent 026725f commit 580d203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rpc-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
rm -rf ./mainnet/results/
# Run RPC integration test runner via http
./e2_run_tests.sh ${{runner.workspace}}/silkworm/build/cmd/jwt.hex
${{runner.workspace}}/silkworm/.github/workflows/e2_run_tests.sh ${{runner.workspace}}/silkworm/build/cmd/jwt.hex
# Capture test runner script exit status
test_exit_status=$?
Expand Down

0 comments on commit 580d203

Please sign in to comment.