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