Skip to content

Commit

Permalink
fix: Reorder CI checks so required checks run first (#7142)
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Behar <simbeh7@gmail.com>
  • Loading branch information
simster7 authored and sarabala1979 committed Dec 15, 2021
1 parent 49b3f0c commit 274c5f9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci-build.yaml
Expand Up @@ -56,12 +56,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 @@ -73,9 +76,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 274c5f9

Please sign in to comment.