mirror of
https://github.com/jetzig-framework/jetzig.git
synced 2025-05-14 22:16: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
|
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' }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user