From 58153ee92123d902c2507b6b68ca15a90da91645 Mon Sep 17 00:00:00 2001 From: Eric <5089238+emizzle@users.noreply.github.com> Date: Fri, 7 Feb 2025 11:49:27 +1100 Subject: [PATCH] CI: enable artefact upload for parallel tests --- .github/workflows/ci-reusable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-reusable.yml b/.github/workflows/ci-reusable.yml index 4941917d..b1249eef 100644 --- a/.github/workflows/ci-reusable.yml +++ b/.github/workflows/ci-reusable.yml @@ -85,7 +85,7 @@ jobs: - name: Upload integration tests log files uses: actions/upload-artifact@v4 - if: (matrix.tests == 'integration' || matrix.tests == 'all') && always() + if: (matrix.tests == 'integration' || matrix.tests == 'integration-parallel' || matrix.tests == 'all') && always() with: name: ${{ matrix.os }}-${{ matrix.cpu }}-${{ matrix.nim_version }}-integration-tests-logs path: tests/integration/logs/