Skip to content

Commit

Permalink
wip6
Browse files Browse the repository at this point in the history
  • Loading branch information
Maciej Golaszewski committed Nov 29, 2024
1 parent b6d207f commit 1c84ba1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,11 +122,12 @@ jobs:
df -h
sudo chmod -R a+rw _artifacts
sudo chown -R $USER:$USER _artifacts
echo "suite_name=$(echo "${{ matrix.ginkgo_focus }}" | tr " " "_" )" >> "$GITHUB_ENV"
- name: Upload artifacts
uses: actions/upload-artifact@v4
if: ${{ failure() }}
with:
name: artifacts
name: artifacts_${{ env.suite_name }}
path: _artifacts

- name: Setup tmate session
Expand Down

0 comments on commit 1c84ba1

Please sign in to comment.