always && gitea. ok, then
Some checks failed
Generic zig build / build (push) Failing after 15s

This commit is contained in:
Emil Lerch 2024-04-30 22:41:32 -07:00
parent 2457ad2c7b
commit 9c1e3e4761
Signed by: lobo
GPG Key ID: A7B62D657EF764F8

View File

@ -14,13 +14,15 @@ jobs:
with: with:
version: 0.12.0 version: 0.12.0
- uses: elerch/zig-action-cache@v1.1.6 - uses: elerch/zig-action-cache@v1.1.6
- name: Fail build
run: false
- name: Build project - name: Build project
run: zig build --summary all 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.github uses: elerch/action-notify-ntfy@v2.github
if: env.GITEA_ACTIONS == 'true' if: always() && env.GITEA_ACTIONS == 'true'
with: with:
host: ${{ secrets.NTFY_HOST }} host: ${{ secrets.NTFY_HOST }}
topic: ${{ secrets.NTFY_TOPIC }} topic: ${{ secrets.NTFY_TOPIC }}