From 72b4f7bb5432bd69f13244520ac2ea1151637172 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Thu, 6 Mar 2025 21:20:31 -0800 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ab874e5e2..f97f0a884 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -308,8 +308,7 @@ jobs: runs-on: ubuntu-24.04 if: >- always() && - (needs.tests-backend.result == 'failure' || needs.tests-backend.result == 'success') && - (needs.tests-frontend.result == 'failure' || needs.tests-frontend.result == 'success') + (needs.tests-backend.result == 'failure' || needs.tests-backend.result == 'success') needs: - tests-backend steps: @@ -317,7 +316,7 @@ jobs: uses: actions/checkout@v4 # Results - - name: Download backend test results + name: Download backend test results artifacts uses: actions/download-artifact@v4 with: path: src/ @@ -332,7 +331,7 @@ jobs: directory: src/ # Coverage - - name: Download backend coverage + name: Download backend coverage artifacts uses: actions/download-artifact@v4 with: name: backend-coverage-report