Files
Quatsh-Website/.gitea/workflows/test.yaml
woutervermeer 8cfe5c6f9b
Some checks failed
Gitea Test. / tests (push) Successful in 6s
Gitea build & Test. / tests (pull_request) Failing after 6s
Gitea Test. / tests (pull_request) Successful in 6s
Add .gitea/workflows/test.yaml
2026-03-26 08:15:11 +00:00

17 lines
241 B
YAML

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