Skip to content

Commit

Permalink
only store on failure?
Browse files Browse the repository at this point in the history
  • Loading branch information
mydea committed Aug 28, 2024
1 parent 725c297 commit 03e80cd
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 @@ -599,7 +599,7 @@ jobs:

- name: Upload Playwright Traces
uses: actions/upload-artifact@v4
if: always()
if: failure()
with:
name: playwright-traces-job_browser_playwright_tests-${{ matrix.bundle}}-${{matrix.project}}-${{matrix.shard || '0'}}
path: dev-packages/browser-integration-tests/test-results
Expand Down Expand Up @@ -651,7 +651,7 @@ jobs:
yarn test:loader
- name: Upload Playwright Traces
uses: actions/upload-artifact@v4
if: always()
if: failure()
with:
name: playwright-traces-job_browser_loader_tests-${{ matrix.bundle}}
path: dev-packages/browser-integration-tests/test-results
Expand Down

0 comments on commit 03e80cd

Please sign in to comment.