Skip to content

Commit 6ff17f9

Browse files
committed
Publish allure reports to ghpages
1 parent 655db98 commit 6ff17f9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/playwright-tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,9 @@ jobs:
8787
# Step 2: Unzip the Allure Report
8888
- name: Unzip Allure Report
8989
if: always()
90-
run: unzip allure-report.zip -d target/site/
90+
run: |
91+
mkdir -p target/site/
92+
unzip allure-report.zip -d target/site/
9193
9294
# Step 3: Deploy Allure Report to GitHub Pages
9395
- name: Deploy Allure Report to GitHub Pages

0 commit comments

Comments
 (0)