Files
django-dav-events/.gitea/workflows/test_on_push.yml
Jens Kleineheismann 4e9da77896
Some checks failed
Run tests / Run make test (push) Failing after 1s
Improved gitea test pipeline
2024-03-14 16:00:50 +01:00

14 lines
334 B
YAML

name: Run tests
on: [push]
jobs:
make-test:
name: Run make test
runs-on: [django-dav-events]
steps:
- name: "Checkout the repository"
run: git clone "${{ gitea.server_url }}/${{ gitea.repository }}" ./repository
- name: "Run make test"
working-directory: ./repository
run: make test