Skip to content

Commit f4a149b

Browse files
refactor(ci): pin test release to reduce flakiness
Co-authored-by: danceratopz <[email protected]>
1 parent d8a9fff commit f4a149b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/hive-consume.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
--sim.parallelism=1 \
9595
--client go-ethereum \
9696
--client-file clients.yaml \
97-
--sim.buildarg fixtures=develop@latest \
97+
--sim.buildarg fixtures=develop@v5.3.0 \
9898
--sim.limit=".*test_block_at_rlp_limit_with_logs.*Osaka.*" \
9999
--docker.output
100100
@@ -120,4 +120,4 @@ jobs:
120120
HIVE_SIMULATOR: http://127.0.0.1:3000
121121
run: |
122122
uv sync --all-extras
123-
uv run consume ${{ matrix.consume_command }} --input develop@latest -k "Osaka and test_block_at_rlp_limit_with_logs"
123+
uv run consume ${{ matrix.consume_command }} --input develop@v5.3.0 -k "Osaka and test_block_at_rlp_limit_with_logs"

0 commit comments

Comments
 (0)