Skip to content

Commit

Permalink
Update build-ubuntu.yml
Browse files Browse the repository at this point in the history
Stub for unit tests.
  • Loading branch information
razterizer authored Sep 20, 2024
1 parent 36d124c commit 46148de
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/build-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,18 @@ jobs:
./build_demo_9.sh
./build_demo_10.sh
continue-on-error: false # Ensure errors are not bypassed

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

steps:
- name: test
run: ls

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

steps:
- name: test
run: ls

0 comments on commit 46148de

Please sign in to comment.