Files
django-dav-events/.gitea/workflows/test.yml
Jens Kleineheismann b01d3fe5ae
Some checks failed
Run tests / Run make test (push) Failing after 2s
Will it work?
2024-03-14 11:51:18 +01:00

14 lines
326 B
YAML

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