Update repo
This commit is contained in:
@@ -18,7 +18,7 @@ jobs:
|
||||
- name: Install tox # Tool used for Python unit tests
|
||||
run: pip install tox
|
||||
- name: Run unit tests
|
||||
run: |
|
||||
run: | # Use zip to take care of .hidden_files
|
||||
cd backend
|
||||
apt install zip
|
||||
COVERAGE_FILE=.coverage tox -e unit
|
||||
|
||||
Reference in New Issue
Block a user