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 2cad3d8f97 - Show all commits

View File

@@ -0,0 +1,15 @@
name: Run tests every night
on:
schedule:
- cron: "05 17 * * *"
jobs:
make-test:
name: Run make test
runs-on: [django-dav-events]
steps:
- name: "Checkout the repository"
run: git clone "${{ gitea.server_url }}/${{ gitea.repository }}" ./repository
- name: "Run make test"
working-directory: ./repository
run: make test