Delete .gitea/workflows/build_test.yaml
All checks were successful
Gitea Test. / tests (pull_request) Successful in 6s

This commit is contained in:
2026-03-26 10:12:42 +00:00
parent 048828f2d2
commit 74ee2f1965

View File

@@ -1,20 +0,0 @@
name: Gitea build & Test.
run-name: ${{ gitea.actor }}
on:
push:
branches:
- main
pull_request:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build and test
run: make test
- name: Build
run: make prod