Skip to content

Commit

Permalink
add needs for job serial execution
Browse files Browse the repository at this point in the history
  • Loading branch information
Welkin committed Jul 21, 2023
1 parent 8f7b420 commit fdcd9ae
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ jobs:

op-node-test:
runs-on: ubuntu-latest
needs: op-node-lint

steps:
- name: Check out code
Expand Down Expand Up @@ -94,6 +95,7 @@ jobs:

op-batcher-test:
runs-on: ubuntu-latest
needs: op-batcher-lint

steps:
- name: Check out code
Expand Down Expand Up @@ -122,6 +124,7 @@ jobs:

op-proposer-test:
runs-on: ubuntu-latest
needs: op-proposer-lint

steps:
- name: Check out code
Expand Down Expand Up @@ -150,6 +153,7 @@ jobs:

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

steps:
- name: Check out code
Expand Down Expand Up @@ -180,6 +184,7 @@ jobs:

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

steps:
- name: Check out code
Expand Down

0 comments on commit fdcd9ae

Please sign in to comment.