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 d63fe72 commit 0623f04Copy full SHA for 0623f04
.github/workflows/playwright.yml
@@ -15,17 +15,15 @@ jobs:
15
node-version: lts/*
16
- name: Install dependencies
17
run: |
18
- npm ci
+ npm ci --legacy-peer-deps
19
npm run build:no-translate
20
- - name: Install wp-env
21
- run: |
22
- npm install -g @wordpress/env
+ - name: Install wp-env
+ run: |
+ npm install -g @wordpress/env
23
- name: Start wp-env
24
run: wp-env start
25
- name: Run playwright tests
26
run: npm run test
27
- - name: Stop wp-env
28
- run: wp-env stop
29
- uses: actions/upload-artifact@v4
30
if: ${{ !cancelled() }}
31
with:
.wp-env.json
@@ -0,0 +1,4 @@
1
+{
2
+ "core": "WordPress/WordPress",
3
+ "plugins": [ "." ]
4
+}
0 commit comments