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