Skip to content

Commit

Permalink
qa-tests: handle Erigon2 json rpc api improvements regarding the erro…
Browse files Browse the repository at this point in the history
…r reason (v2.61) (#12629)

Same as #12547 but for branch
release/2.61
  • Loading branch information
mriccobene authored Nov 5, 2024
1 parent bcf5e29 commit 9ac79f4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/qa-rpc-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- 'release/2.*'
- qa_tests_rpc_with_rpcdaemon # only to debug the workflow
pull_request:
branches:
- 'release/2.*'
Expand All @@ -29,7 +28,7 @@ jobs:
- name: Checkout RPC Tests Repository & Install Requirements
run: |
rm -rf ${{ runner.workspace }}/rpc-tests
git -c advice.detachedHead=false clone --depth 1 --branch v0.52.0 https://github.com/erigontech/rpc-tests ${{runner.workspace}}/rpc-tests
git -c advice.detachedHead=false clone --depth 1 --branch erigon_v2.6x https://github.com/erigontech/rpc-tests ${{runner.workspace}}/rpc-tests
cd ${{ runner.workspace }}/rpc-tests
pip3 install -r requirements.txt
Expand Down

0 comments on commit 9ac79f4

Please sign in to comment.