From a22ca06f37ba9d214ee22363ca89a7593bbe1f70 Mon Sep 17 00:00:00 2001 From: Gustavo Trott Date: Thu, 21 Sep 2023 16:57:34 -0300 Subject: [PATCH] tests: append shard-nr to logs and configs filename --- .github/workflows/automated-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/automated-tests.yml b/.github/workflows/automated-tests.yml index aefba2337c..964eae041d 100644 --- a/.github/workflows/automated-tests.yml +++ b/.github/workflows/automated-tests.yml @@ -329,12 +329,12 @@ jobs: - if: failure() uses: actions/upload-artifact@v3 with: - name: bbb-configs + name: bbb-configs-${{ matrix.shard }} path: configs - if: failure() uses: actions/upload-artifact@v3 with: - name: bbb-logs + name: bbb-logs-${{ matrix.shard }} path: ./bbb-logs.tar.gz upload-report: if: always()