Skip to content

Commit

Permalink
Update build-ubuntu.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
razterizer authored Sep 20, 2024
1 parent 8f0eaf2 commit 1eedfc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,15 @@ jobs:
continue-on-error: false # Ensure errors are not bypassed

build-unit-tests:
needs: build-ubuntu
needs: build-program
runs-on: ubuntu-latest

steps:
- name: test
run: ls

run-unit-tests:
needs: build-unit-tests-ubuntu
needs: build-unit-tests
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 1eedfc7

Please sign in to comment.