Skip to content

Commit 0badb66

Browse files
committed
Updated github actions to publish trace reports
1 parent 09cbfb4 commit 0badb66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/playwright-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
uses: actions/upload-artifact@v4
5959
with:
6060
name: zip-archives
61-
path: '*.zip'
61+
path: 'target/*.zip'
6262

6363
# Step 8: Deploy Allure report to GitHub Pages
6464
- name: Deploy Allure Report to GitHub Pages

0 commit comments

Comments
 (0)