We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcff69e commit d98cb7cCopy full SHA for d98cb7c
.github/workflows/playwright.yml
@@ -73,6 +73,8 @@ jobs:
73
with:
74
name: html-report
75
path: html-report.zip
76
+ # Specify the directory structure for the artifact
77
+ if-no-files-found: error
78
if: always()
79
80
- name: Generate artifact link
0 commit comments