diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 1b7609a..1f2836f 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -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)"