Files
django-dav-events/.gitea/workflows/test.yml
Jens Kleineheismann cde59a9012
All checks were successful
Run tests / Run make test (push) Successful in 1s
Workflow test
2024-03-14 11:40:54 +01:00

13 lines
230 B
YAML

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