We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 655db98 commit 6ff17f9Copy full SHA for 6ff17f9
.github/workflows/playwright-tests.yml
@@ -87,7 +87,9 @@ jobs:
87
# Step 2: Unzip the Allure Report
88
- name: Unzip Allure Report
89
if: always()
90
- run: unzip allure-report.zip -d target/site/
+ run: |
91
+ mkdir -p target/site/
92
+ unzip allure-report.zip -d target/site/
93
94
# Step 3: Deploy Allure Report to GitHub Pages
95
- name: Deploy Allure Report to GitHub Pages
0 commit comments