ci(test): only run build tests after functional

so that functional tests run sooner
This commit is contained in:
əlemi 2024-10-30 16:58:21 +01:00
parent e0b919bae8
commit 752a682efc
Signed by: alemi
GPG key ID: A4895B84D311642C

View file

@ -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