This commit is contained in:
WGAVermeer
2026-03-08 13:57:30 +01:00

View File

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