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 run: zig build test
- name: Run App Tests - name: Run App Tests
with: run: |
path: demo cd demo
run: zig build jetzig:test zig build jetzig:test
- name: Build artifacts - name: Build artifacts
if: ${{ matrix.os == 'ubuntu-latest' }} if: ${{ matrix.os == 'ubuntu-latest' }}