From 082a07b6fcb2b3faaee585b90b531ce7ace9c488 Mon Sep 17 00:00:00 2001 From: Eric <5089238+emizzle@users.noreply.github.com> Date: Thu, 23 Nov 2023 10:56:26 +1100 Subject: [PATCH] debugging in ci change artifact upload action to occur always --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index df061846..653cd51f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -91,7 +91,7 @@ jobs: - name: Upload integration tests log files uses: actions/upload-artifact@v3 - if: matrix.tests == 'integration' || matrix.tests == 'all' + if: always() with: name: integration-tests-logs path: tests/integration/logs/