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 1394e19 commit 5e19cf7Copy full SHA for 5e19cf7
.github/workflows/acceptance.yml
@@ -19,7 +19,6 @@ jobs:
19
node-version: ${{ matrix.node-version }}
20
21
- uses: JarvusInnovations/background-action@v1
22
- if: ${{ inputs.storybook == false || inputs.storybook == 'false' || inputs.storybook == null }}
23
name: Start Servers - Volto and Plone
24
with:
25
run: |
.gitignore
@@ -64,6 +64,7 @@ selenium-screenshot-*.png
64
public/critical.css
65
packages/volto/data
66
storybook-static/
67
+/playwright
68
69
# Documentation
70
_build/
0 commit comments