This commit is contained in:
j3d1 2024-11-23 00:34:00 +01:00
parent ec6bfc0d3f
commit 63e3319f0d
12 changed files with 404 additions and 31 deletions

View file

@ -20,9 +20,12 @@ jobs:
- name: Run django tests
working-directory: core
run: python3 manage.py test
- name: Run django coverage
working-directory: core
run: coverage manage.py test
deploy:
needs: [test]
needs: [ test ]
runs-on: docker
steps:
- uses: actions/checkout@v4