Update test-package.yml
parent
e303db4fdb
commit
7b83b09ff1
|
|
@ -81,7 +81,7 @@ jobs:
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
env:
|
env:
|
||||||
DATABASE_ENGINE: ${{ matrix.database }}"
|
DATABASE_ENGINE: ${{ matrix.database }}
|
||||||
run: |
|
run: |
|
||||||
coverage run --append --source=admin_interface setup.py test
|
coverage run --append --source=admin_interface setup.py test
|
||||||
coverage xml -o ./coverage.xml
|
coverage xml -o ./coverage.xml
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue