Skip to content

Commit

Permalink
fix rpc-tests checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
mriccobene committed Feb 6, 2024
1 parent a41fe45 commit 6754dfe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/rpc-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:

- name: Checkout rpc-tests repository & install requirements
run: |
rm -rf ${{runner.workspace}}/rpc-tests
git clone https://github.com/erigontech/rpc-tests ${{runner.workspace}}/rpc-tests
cd ${{runner.workspace}}/rpc-tests
git checkout main
Expand Down

0 comments on commit 6754dfe

Please sign in to comment.