Skip to content

Commit

Permalink
qa-tests: bump rpc-tests version to latest (#12700)
Browse files Browse the repository at this point in the history
Bump rpc-tests to v1.12 plus specific commit to fix eth_syncing test
  • Loading branch information
mriccobene authored Nov 12, 2024
1 parent 0b9974c commit 447e4c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/qa-rpc-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@ jobs:
- name: Checkout RPC Tests Repository & Install Requirements
run: |
rm -rf ${{ runner.workspace }}/rpc-tests
git -c advice.detachedHead=false clone --depth 1 --branch v1.7.0 https://github.com/erigontech/rpc-tests ${{runner.workspace}}/rpc-tests
git -c advice.detachedHead=false clone --depth 1 --branch main https://github.com/erigontech/rpc-tests ${{runner.workspace}}/rpc-tests
cd ${{ runner.workspace }}/rpc-tests
git checkout 0edbdc1681b2a7080212364dbd0a22f06a163614
pip3 install -r requirements.txt
- name: Clean Erigon Build Directory
Expand Down

0 comments on commit 447e4c9

Please sign in to comment.