Update .gitea/workflows/build.yaml
Some checks failed
Gitea build & Test. / docker (push) Failing after 3s

This commit is contained in:
2026-03-08 12:55:34 +00:00
parent 8049cb2e62
commit 27257a2977

View File

@@ -1,4 +1,4 @@
name: Gitea build & run. name: Gitea build & Test.
run-name: ${{ gitea.actor }} run-name: ${{ gitea.actor }}
on: on:
push: push:
@@ -13,5 +13,5 @@ jobs:
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Build and run - name: Build and test
run: make prod run: make test