Improved gitea test pipeline
Some checks failed
Run tests / Run make test (push) Failing after 1s

This commit is contained in:
2024-03-14 16:00:50 +01:00
parent b01d3fe5ae
commit 4e9da77896

View File

@@ -4,7 +4,7 @@ on: [push]
jobs:
make-test:
name: Run make test
runs-on: linux_amd64
runs-on: [django-dav-events]
steps:
- name: "Checkout the repository"
run: git clone "${{ gitea.server_url }}/${{ gitea.repository }}" ./repository