Skip to content

Commit 02dbe13

Browse files
fix: update artifact upload path to match Playwright report directory
1 parent 324638b commit 02dbe13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e-corn.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ jobs:
3535
uses: actions/upload-artifact@v4
3636
with:
3737
name: reports
38-
path: tests/reports/
38+
path: playwright-report/
3939
retention-days: 7

0 commit comments

Comments
 (0)