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 02659eb commit 8f0eaf2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- main

jobs:
build-ubuntu:
build-program:
runs-on: ubuntu-latest

steps:
Expand Down Expand Up @@ -50,18 +50,18 @@ jobs:
./build_demo_10.sh
continue-on-error: false # Ensure errors are not bypassed

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

steps:
- name: test
run: ls

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

steps:
- name: test
run: ls
run: ls

0 comments on commit 8f0eaf2

Please sign in to comment.