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 name: Run make test
runs-on: linux_amd64 runs-on: linux_amd64
steps: steps:
- run: pwd - name: "Checkout the repository"
- run: git clone "${{ gitea.server_url }}/${{ gitea.repository }}" run: git clone "${{ gitea.server_url }}/${{ gitea.repository }}"
- run: pwd - name: "real Run make test"
- run: ls working-directory: ./django-dav-events
run: pwd
- name: "ls"
working-directory: ./django-dav-events
run: ls