-
Notifications
You must be signed in to change notification settings - Fork 1.5k
CI: centralise RPC_VERSION in file and fix rpc-tests cache stale files #20824
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 3 commits
f95fa63
4317482
d926540
ab9094f
6369031
bbe8e17
8b4d334
8a85b36
27a80e8
f82c624
dd40405
b860846
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -36,6 +36,7 @@ jobs: | |
| ERIGON_ASSERT: true | ||
| RPC_PAST_TEST_DIR: /opt/rpc-past-tests | ||
| CHAIN: mainnet | ||
| RPC_VERSION: v2.8.1 | ||
|
||
|
|
||
| steps: | ||
| - name: Check out repository | ||
|
|
@@ -73,7 +74,7 @@ jobs: | |
| uses: actions/cache@v5 | ||
| with: | ||
| path: ${{ runner.workspace }}/rpc-tests | ||
| key: rpc-tests-${{ runner.os }}-${{ runner.arch }}-v2.8.1 | ||
| key: rpc-tests-${{ runner.os }}-${{ runner.arch }}-${{ env.RPC_VERSION }} | ||
|
lupin012 marked this conversation as resolved.
|
||
|
|
||
| - name: Run RPC Integration Tests | ||
| id: test_step | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.