Skip to content

Commit

Permalink
Update backend-ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
pwei1018 authored Sep 5, 2024
1 parent a69f1ed commit ff375dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/backend-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ jobs:
run: |
poetry run pytest
- uses: actions/upload-artifact@v4
if: ${{ hashFiles('coverage.xml') != '' }}
with:
name: coveragefile
path: ${{ inputs.working_directory }}/coverage.xml
Expand All @@ -137,6 +138,7 @@ jobs:
code-coverage:
needs: unit-testing
runs-on: ubuntu-latest
continue-on-error: true
steps:
- uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit ff375dd

Please sign in to comment.