Skip to content

Commit

Permalink
Update build-ubuntu.yml
Browse files Browse the repository at this point in the history
Imaginary unit tests now also requires the main build to succeed too.
  • Loading branch information
razterizer authored Sep 20, 2024
1 parent 46148de commit 4025adf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
run: ls

unit-tests-ubuntu:
needs: build-unit-tests-ubuntu
needs: [build-ubuntu, build-unit-tests-ubuntu]
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 4025adf

Please sign in to comment.