From 686653c8cbd71a4549ef0f89bf3f21098badeb05 Mon Sep 17 00:00:00 2001 From: jukkap Date: Fri, 18 Oct 2024 13:31:27 +0300 Subject: [PATCH] ci: re-order publish test results --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 71a6190b..654fc58b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -147,11 +147,6 @@ jobs: with: name: test-results-artifact - - name: Download test-ingest results so that they can be published - uses: actions/download-artifact@v4 - with: - name: ingest-test-results-artifact - - name: Comment coverage uses: MishaKav/pytest-coverage-comment@main with: @@ -167,6 +162,11 @@ jobs: junitxml-path: api/test/output/pytest.xml junitxml-title: API Unit Test Coverage Summary + - name: Download test-ingest results so that they can be published + uses: actions/download-artifact@v4 + with: + name: ingest-test-results-artifact + - name: Comment ingest coverage uses: MishaKav/pytest-coverage-comment@main with: