File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -12,17 +12,17 @@ jobs:
1212 fail-fast : false # Ensures the matrix doesn't stop if one job fails
1313 matrix :
1414 include :
15- # - php_version: 5.6
16- # wp_version: null
15+ - php_version : 5.6
16+ wp_version : null
1717
1818 - php_version : 7.3
1919 wp_version : null
2020
21- # - php_version: 8.2
22- # wp_version: 6.4.5
21+ - php_version : 8.2
22+ wp_version : 6.4.5
2323
24- # - php_version: 8.2
25- # wp_version: 6.5.5
24+ - php_version : 8.2
25+ wp_version : 6.5.5
2626
2727 - php_version : 8.2
2828 wp_version : 6.6.2
@@ -65,15 +65,15 @@ jobs:
6565 npm ci --legacy-peer-deps
6666 npm run build:no-translate
6767 - name : Install Playwright Browsers
68- run : npx playwright install chromium firefox webkit --with-deps
68+ run : npx playwright install chromium --with-deps
6969 - name : Install wp-env
7070 run : |
7171 npm install -g @wordpress/env
7272 - name : Start wp-env
7373 run : wp-env start
7474 - name : Run playwright tests
7575 env :
76- WP_BASE_URL : http://localhost:8888
76+ WP_BASE_URL : http://localhost:8889
7777 WP_AUTH_STORAGE : wp-auth.json
7878 WP_USERNAME : admin
7979 WP_PASSWORD : password
You can’t perform that action at this time.
0 commit comments