From 752a682efc7df09b37ffeed4e1e36e2c10c5af48 Mon Sep 17 00:00:00 2001 From: alemi Date: Wed, 30 Oct 2024 16:58:21 +0100 Subject: [PATCH] ci(test): only run build tests after functional so that functional tests run sooner --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5f5bde2..c34621b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -58,7 +58,7 @@ jobs: CODEMP_TEST_PASSWORD_BOB: ${{ secrets.CODEMP_TEST_PASSWORD_BOB }} test-build: - needs: [test-unit] + needs: [test-functional] runs-on: ${{ matrix.runner }} strategy: fail-fast: false