mirror of
https://github.com/jetzig-framework/jetzig.git
synced 2025-05-14 14:06:08 +00:00
Fix GH workflow
This commit is contained in:
parent
072fc713c0
commit
634ce40bb4
6
.github/workflows/CI.yml
vendored
6
.github/workflows/CI.yml
vendored
@ -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' }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user