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 c8252b7 commit 19a9e06Copy full SHA for 19a9e06
.github/workflows/plugin-build.yml
@@ -27,6 +27,19 @@ jobs:
27
node ./tools/append-build-version.js $VERSION_SUFFIX
28
cp -r build/stackable stackable-$VERSION_SUFFIX
29
30
+ - name: Install wp-env
31
+ run: |
32
+ npm install -g @wordpress/env
33
+
34
+ - name: Start wp-env
35
+ run: wp-env start
36
37
+ - name: Run playwright tests
38
+ run: npm run test
39
40
+ - name: Stop wp-env
41
+ run: wp-env stop
42
43
# Keep this for now. Our plan is to simplify all tests into this one
44
# workflow, this is needed so we can reuse the build folder across sub jobs.
45
# - name: Create plugin zip file artifact uses: actions/upload-artifact@v3
0 commit comments