Skip to content

Commit

Permalink
fix(e2e): make sure replica receives a block
Browse files Browse the repository at this point in the history
  • Loading branch information
klkvr committed Oct 17, 2024
1 parent d922f5e commit d394e40
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ jobs:
echo "REPLICA_RPC=http://127.0.0.1:$REPLICA_EL_PORT" >> $GITHUB_ENV
- name: Run E2E tests
run: |
cast send $(cast az) --private-key "0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80" --rpc-url $REPLICA_RPC
cargo nextest run \
--locked \
--workspace \
-E "package(odyssey-e2e-tests)"
--locked \
--workspace \
-E "package(odyssey-e2e-tests)"

0 comments on commit d394e40

Please sign in to comment.