added new cicd
Some checks failed
Test Django / Test migration (push) Failing after 35s

Signed-off-by: Jochen Mehlich <contact@jochenmehlich.de>
This commit is contained in:
Jochen Mehlich 2023-12-20 18:03:35 +01:00
parent 048273620a
commit 1ea1ec486a

View File

@ -0,0 +1,13 @@
name: Test Django
run-name: ${{ gitea.actor }} testing
on: [push]
jobs:
migrate:
name: Test migration
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
token: ${{ secrets.TOKEN}}