Skip to content

Commit

Permalink
Format and fix upload
Browse files Browse the repository at this point in the history
  • Loading branch information
maxtropets committed Jan 8, 2025
1 parent b9699bb commit ab00ed4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/long-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
shell: bash

0 comments on commit ab00ed4

Please sign in to comment.