add summary/fix notify
All checks were successful
Generic zig build / build (push) Successful in 19s
All checks were successful
Generic zig build / build (push) Successful in 19s
This commit is contained in:
parent
79e77c40eb
commit
7cfc669a1d
4
.github/workflows/zig-build.yaml
vendored
4
.github/workflows/zig-build.yaml
vendored
|
@ -14,12 +14,12 @@ jobs:
|
||||||
version: 0.12.0
|
version: 0.12.0
|
||||||
- uses: Hanaasagi/zig-action-cache@v1.1.5
|
- uses: Hanaasagi/zig-action-cache@v1.1.5
|
||||||
- name: Build project
|
- name: Build project
|
||||||
run: zig build
|
run: zig build --summary all
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: zig build test --summary all
|
run: zig build test --summary all
|
||||||
- name: Notify
|
- name: Notify
|
||||||
uses: elerch/action-notify-ntfy@v2
|
uses: elerch/action-notify-ntfy@v2
|
||||||
if: ${{ github.env.GITEA_ACTIONS == 'true' }}
|
if: env.GITEA_ACTIONS == 'true'
|
||||||
with:
|
with:
|
||||||
host: ${{ secrets.NTFY_HOST }}
|
host: ${{ secrets.NTFY_HOST }}
|
||||||
topic: ${{ secrets.NTFY_TOPIC }}
|
topic: ${{ secrets.NTFY_TOPIC }}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user