Skip to content

Commit

Permalink
fix: Reorder CI checks so required checks run first (argoproj#7142)
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Behar <[email protected]>
  • Loading branch information
simster7 authored Nov 3, 2021
1 parent c4bb6de commit 22af736
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,15 @@ jobs:
containerRuntimeExecutor: emissary
profile: minimal
- test: test-executor
containerRuntimeExecutor: docker
containerRuntimeExecutor: emissary
profile: minimal
- test: test-examples
- test: test-functional
containerRuntimeExecutor: emissary
profile: minimal
- test: test-executor
containerRuntimeExecutor: docker
profile: minimal
- test: test-examples
containerRuntimeExecutor: emissary
profile: minimal
- test: test-executor
Expand All @@ -75,9 +78,6 @@ jobs:
- test: test-executor
containerRuntimeExecutor: pns
profile: minimal
- test: test-functional
containerRuntimeExecutor: emissary
profile: minimal
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
Expand Down

0 comments on commit 22af736

Please sign in to comment.