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 f8bd2f922d - Show all commits

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