From cee6b4708c3044918ddc195c36eb1f1f8dcd42e1 Mon Sep 17 00:00:00 2001 From: JoseEspinosa Date: Wed, 24 Jul 2024 18:31:29 +0200 Subject: [PATCH] Always upload logs when running aws full tests --- .github/workflows/awsfulltest.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/awsfulltest.yml b/.github/workflows/awsfulltest.yml index 9c93179c..b40d8bfb 100644 --- a/.github/workflows/awsfulltest.yml +++ b/.github/workflows/awsfulltest.yml @@ -33,6 +33,7 @@ jobs: profiles: test_full - uses: actions/upload-artifact@v4 + if: success() || failure() with: name: Seqera Platform debug log file path: |