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