Update test-package.yml

This commit is contained in:
Fabio Caccamo
2022-03-07 19:14:45 +01:00
committed by GitHub
parent e303db4fdb
commit 7b83b09ff1
+1 -1
View File
@@ -81,7 +81,7 @@ jobs:
- name: Run tests
env:
DATABASE_ENGINE: ${{ matrix.database }}"
DATABASE_ENGINE: ${{ matrix.database }}
run: |
coverage run --append --source=admin_interface setup.py test
coverage xml -o ./coverage.xml