From ab00ed420f7213169cdbf06a09891ffa736b842a Mon Sep 17 00:00:00 2001 From: Max Tropets Date: Wed, 8 Jan 2025 15:21:49 +0000 Subject: [PATCH] Format and fix upload --- .github/workflows/long-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/long-test.yml b/.github/workflows/long-test.yml index 4eb39f4b7663..bdd0f314d999 100644 --- a/.github/workflows/long-test.yml +++ b/.github/workflows/long-test.yml @@ -180,7 +180,7 @@ jobs: if: success() || failure() uses: actions/upload-artifact@v4 with: - name: logs-lts + name: logs-e2e path: | build/workspace/*/*.config.json build/workspace/*/out @@ -240,4 +240,4 @@ jobs: ./tests.sh --output-on-failure -L unit -j$(nproc --all) # All e2e tests, which are now supported on Mariner. ./tests.sh --timeout 360 --output-on-failure -LE "benchmark|lts_compatibility|raft_scenario" - shell: bash \ No newline at end of file + shell: bash