implement simple backend search for items and tickets
All checks were successful
/ test (push) Successful in 53s

This commit is contained in:
j3d1 2024-11-09 05:05:05 +01:00
parent eb9e9088ca
commit 016edae3eb
3 changed files with 89 additions and 1 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