Skip to content

Commit

Permalink
ci(test): upload playwright artifacts seperately (#59496)
Browse files Browse the repository at this point in the history
###

Updating snapshot upload location per suggestion at
#59469 (comment)

Closes PACK-2132

---------

Co-authored-by: Leah <8845940+ForsakenHarmony@users.noreply.github.com>
  • Loading branch information
kwonoj and ForsakenHarmony authored Dec 11, 2023
1 parent 7dd7f51 commit 618c728
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/build_reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,16 @@ jobs:
with:
name: test-reports
path: |
test/traces
test/test-junit-report
test/turbopack-test-junit-report
if-no-files-found: ignore

# upload playwright snapshots from failed tests
- name: Upload test report artifacts
uses: actions/upload-artifact@v3
if: ${{ inputs.afterBuild && always() }}
with:
name: test-playwright-snapshots
path: |
test/traces
if-no-files-found: ignore

0 comments on commit 618c728

Please sign in to comment.