Skip to content

Commit

Permalink
ci(test): only run build tests after functional
Browse files Browse the repository at this point in the history
so that functional tests run sooner
  • Loading branch information
alemidev committed Oct 30, 2024
1 parent e0b919b commit 752a682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 752a682

Please sign in to comment.