From 274c5f990dd16b8f2523706549b07c40d60a3fab Mon Sep 17 00:00:00 2001 From: Simon Behar Date: Wed, 3 Nov 2021 13:56:07 -0400 Subject: [PATCH] fix: Reorder CI checks so required checks run first (#7142) Signed-off-by: Simon Behar --- .github/workflows/ci-build.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci-build.yaml b/.github/workflows/ci-build.yaml index 34645d89b43f..47ae79c79cfa 100644 --- a/.github/workflows/ci-build.yaml +++ b/.github/workflows/ci-build.yaml @@ -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 @@ -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