Skip to content

Commit defc845

Browse files
jacekradkowobsoriano
authored andcommitted
fix(ci): correct playwright trace upload path (#8131)
1 parent 95b9e14 commit defc845

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

.changeset/yellow-eagles-shine.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ jobs:
462462
uses: actions/upload-artifact@v4
463463
with:
464464
name: playwright-traces-${{ github.run_id }}-${{ github.run_attempt }}-${{ matrix.test-name }}${{ matrix.next-version && format('-next{0}', matrix.next-version) || '' }}
465-
path: integration/test-results
465+
path: test-results
466466
retention-days: 1
467467

468468
pkg-pr-new:

.github/workflows/e2e-staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ jobs:
229229
uses: actions/upload-artifact@v4
230230
with:
231231
name: playwright-traces-${{ github.run_id }}-${{ github.run_attempt }}-${{ steps.inputs.outputs.artifact-suffix }}
232-
path: integration/test-results
232+
path: test-results
233233
retention-days: 1
234234

235235
report:

.github/workflows/nightly-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
path: |
111111
${{runner.temp}}/test-output.log
112112
/tmp/.temp_integration/
113-
integration/test-results/
113+
test-results/
114114
retention-days: 7
115115

116116
- name: Report Status

0 commit comments

Comments
 (0)