Update ci.yml

This commit is contained in:
shamoon 2025-03-06 21:20:31 -08:00
parent c20372b98f
commit 72b4f7bb54

View File

@ -308,8 +308,7 @@ jobs:
runs-on: ubuntu-24.04 runs-on: ubuntu-24.04
if: >- if: >-
always() && always() &&
(needs.tests-backend.result == 'failure' || needs.tests-backend.result == 'success') && (needs.tests-backend.result == 'failure' || needs.tests-backend.result == 'success')
(needs.tests-frontend.result == 'failure' || needs.tests-frontend.result == 'success')
needs: needs:
- tests-backend - tests-backend
steps: steps:
@ -317,7 +316,7 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
# Results # Results
- -
name: Download backend test results name: Download backend test results artifacts
uses: actions/download-artifact@v4 uses: actions/download-artifact@v4
with: with:
path: src/ path: src/
@ -332,7 +331,7 @@ jobs:
directory: src/ directory: src/
# Coverage # Coverage
- -
name: Download backend coverage name: Download backend coverage artifacts
uses: actions/download-artifact@v4 uses: actions/download-artifact@v4
with: with:
name: backend-coverage-report name: backend-coverage-report