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 3820390 commit b1043f8Copy full SHA for b1043f8
.github/workflows/playwright.yml
@@ -35,12 +35,10 @@ jobs:
35
STACKABLE_SLUG: Stackable/plugin
36
run: npm run test
37
- uses: actions/upload-artifact@v4
38
- if: ${{ !cancelled() }}
39
id: artifact-upload-step
40
with:
41
name: playwright-report-${{ env.VERSION_SUFFIX }}
42
path: playwright-report/
43
- overwrite: true
44
retention-days: 30
45
- name: Find Comment
46
uses: peter-evans/find-comment@v3
0 commit comments