Update repo

This commit is contained in:
Hang Cui
2025-10-17 14:44:03 -07:00
parent 5763ea63e7
commit 47ee65301d

View File

@@ -22,12 +22,13 @@ jobs:
cd backend cd backend
tox -e unit tox -e unit
ls -la ${{ github.workspace }}/backend ls -la ${{ github.workspace }}/backend
test -f backend/.coverage && echo "found backend/.coverage"
- name: Upload artifact - name: Upload artifact
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
with: with:
name: coverage name: coverage
path: backend/.coverage # Use workspace-relative path path: ${{ github.workspace }}/backend/.coverage
if-no-files-found: error if-no-files-found: error
load-file-example: load-file-example: