This commit is contained in:
parent
2457ad2c7b
commit
9c1e3e4761
4
.github/workflows/zig-build.yaml
vendored
4
.github/workflows/zig-build.yaml
vendored
|
@ -14,13 +14,15 @@ jobs:
|
|||
with:
|
||||
version: 0.12.0
|
||||
- uses: elerch/zig-action-cache@v1.1.6
|
||||
- name: Fail build
|
||||
run: false
|
||||
- name: Build project
|
||||
run: zig build --summary all
|
||||
- name: Run tests
|
||||
run: zig build test --summary all
|
||||
- name: Notify
|
||||
uses: elerch/action-notify-ntfy@v2.github
|
||||
if: env.GITEA_ACTIONS == 'true'
|
||||
if: always() && env.GITEA_ACTIONS == 'true'
|
||||
with:
|
||||
host: ${{ secrets.NTFY_HOST }}
|
||||
topic: ${{ secrets.NTFY_TOPIC }}
|
||||
|
|
Loading…
Reference in New Issue
Block a user