Update the production branch #82

Merged
heinzel merged 35 commits from master into production 2024-09-16 08:50:39 +02:00
Showing only changes of commit b01d3fe5ae - Show all commits

View File

@@ -7,10 +7,7 @@ jobs:
runs-on: linux_amd64
steps:
- 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
run: git clone "${{ gitea.server_url }}/${{ gitea.repository }}" ./repository
- name: "Run make test"
working-directory: ./repository
run: make test