From 8fc09515c525acaa7ed107414b72e8b9cfaae4e8 Mon Sep 17 00:00:00 2001 From: lukaszcl <120112546+lukaszcl@users.noreply.github.com> Date: Thu, 23 May 2024 12:53:31 +0200 Subject: [PATCH] Fix log artifacts in github --- .github/workflows/automation-nightly-tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/automation-nightly-tests.yml b/.github/workflows/automation-nightly-tests.yml index 149dc85d530..ae0f3526e99 100644 --- a/.github/workflows/automation-nightly-tests.yml +++ b/.github/workflows/automation-nightly-tests.yml @@ -129,6 +129,7 @@ jobs: cl_image_tag: 'latest' aws_registries: ${{ secrets.QA_AWS_ACCOUNT_NUMBER }} artifacts_location: ./integration-tests/${{ matrix.tests.suite }}/logs + artifacts_name: testcontainers-logs-${{ matrix.tests.name }} publish_check_name: Automation Results ${{ matrix.tests.name }} token: ${{ secrets.GITHUB_TOKEN }} go_mod_path: ./integration-tests/go.mod @@ -139,7 +140,7 @@ jobs: uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1 if: failure() with: - name: test-log-${{ matrix.tests.name }} + name: gotest-logs-${{ matrix.tests.name }} path: /tmp/gotest.log retention-days: 7 continue-on-error: true