We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8a9fff commit f4a149bCopy full SHA for f4a149b
.github/workflows/hive-consume.yaml
@@ -94,7 +94,7 @@ jobs:
94
--sim.parallelism=1 \
95
--client go-ethereum \
96
--client-file clients.yaml \
97
- --sim.buildarg fixtures=develop@latest \
+ --sim.buildarg fixtures=develop@v5.3.0 \
98
--sim.limit=".*test_block_at_rlp_limit_with_logs.*Osaka.*" \
99
--docker.output
100
@@ -120,4 +120,4 @@ jobs:
120
HIVE_SIMULATOR: http://127.0.0.1:3000
121
run: |
122
uv sync --all-extras
123
- uv run consume ${{ matrix.consume_command }} --input develop@latest -k "Osaka and test_block_at_rlp_limit_with_logs"
+ uv run consume ${{ matrix.consume_command }} --input develop@v5.3.0 -k "Osaka and test_block_at_rlp_limit_with_logs"
0 commit comments