Skip to content

Commit 434d5c7

Browse files
committed
Fix upload folder for test-results
1 parent 708276e commit 434d5c7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1008,7 +1008,7 @@ jobs:
10081008
if: failure()
10091009
with:
10101010
name: playwright-traces-job_e2e_playwright_tests-${{ matrix.test-application}}
1011-
path: dev-packages/browser-integration-tests/test-results
1011+
path: dev-packages/e2e-tests/test-results
10121012
overwrite: true
10131013
retention-days: 7
10141014

dev-packages/e2e-tests/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ tmp
44
.tmp_build_stderr
55
pnpm-lock.yaml
66
.last-run.json
7+
test-results

0 commit comments

Comments
 (0)