Skip to content

Commit

Permalink
ci: execute op-e2e-http-test and op-e2e-ws-test serially
Browse files Browse the repository at this point in the history
  • Loading branch information
Welkin committed Oct 20, 2023
1 parent 04d24a4 commit af433df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ jobs:

op-e2e-ws-test:
runs-on: ubuntu-latest
needs: [op-node-test, op-batcher-test, op-proposer-test]
needs: [op-node-test, op-batcher-test, op-proposer-test, op-e2e-http-test]

steps:
- name: Check out code
Expand Down

0 comments on commit af433df

Please sign in to comment.