stash
This commit is contained in:
parent
ec6bfc0d3f
commit
63e3319f0d
12 changed files with 404 additions and 31 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue