Skip to content

Commit

Permalink
Fix CI upload collision
Browse files Browse the repository at this point in the history
  • Loading branch information
arildm committed Jan 22, 2025
1 parent 8e2516b commit adcb7b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ jobs:

- name: Save test report
uses: actions/upload-artifact@v4
if: ${{ !cancelled() }}
if: ${{ !success() }}
with:
name: playwright-report
name: playwright-report${{ matrix.node-version }}
path: korp-frontend/playwright-report/
retention-days: 30

0 comments on commit adcb7b8

Please sign in to comment.