Files
Quatsh-Website/.gitea/workflows/build_test.yaml
woutervermeer 2f1102bebc
All checks were successful
Gitea build & Test. / tests (pull_request) Successful in 6s
Update .gitea/workflows/build_test.yaml
2026-03-08 14:22:31 +00:00

18 lines
260 B
YAML

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