Another test
All checks were successful
Run tests / Run make test (push) Successful in 1s

This commit is contained in:
2024-03-14 11:48:34 +01:00
parent cde59a9012
commit f8bd2f922d

View File

@@ -6,7 +6,11 @@ jobs:
name: Run make test
runs-on: linux_amd64
steps:
- run: pwd
- run: git clone "${{ gitea.server_url }}/${{ gitea.repository }}"
- run: pwd
- run: ls
- name: "Checkout the repository"
run: git clone "${{ gitea.server_url }}/${{ gitea.repository }}"
- name: "real Run make test"
working-directory: ./django-dav-events
run: pwd
- name: "ls"
working-directory: ./django-dav-events
run: ls