Fix GH workflow

This commit is contained in:
Bob Farrell 2024-06-03 22:00:04 +01:00
parent 072fc713c0
commit 634ce40bb4

View File

@ -43,9 +43,9 @@ jobs:
run: zig build test
- name: Run App Tests
with:
path: demo
run: zig build jetzig:test
run: |
cd demo
zig build jetzig:test
- name: Build artifacts
if: ${{ matrix.os == 'ubuntu-latest' }}