Update repo
This commit is contained in:
@@ -20,16 +20,18 @@ jobs:
|
|||||||
- name: Run unit tests
|
- name: Run unit tests
|
||||||
run: |
|
run: |
|
||||||
cd backend
|
cd backend
|
||||||
tox -e unit
|
COVERAGE_FILE=.coverage tox -e unit
|
||||||
ls -la ${{ github.workspace }}/backend
|
ls -la ${{ github.workspace }}/backend
|
||||||
pwd
|
pwd
|
||||||
ls -la ${{ github.workspace }}/backend/.coverage
|
ls -l .coverage
|
||||||
|
stat .coverage
|
||||||
|
file .coverage
|
||||||
|
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: coverage
|
name: coverage
|
||||||
path: ${{ github.workspace }}/backend/.coverage
|
path: backend/.coverage
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|
||||||
load-file-example:
|
load-file-example:
|
||||||
|
|||||||
Reference in New Issue
Block a user