Skip to content

Commit b3d7657

Browse files
chore: github cli and docker
1 parent 699a448 commit b3d7657

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.github/workflows/test-e2e.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ jobs:
1414
DOCKER_FILE: docker-compose.ci.yml
1515
strategy:
1616
fail-fast: false
17-
matrix:
18-
env: ["default", "gutenberg", "gutenberg-datatable"]
1917
runs-on: ubuntu-latest
2018
steps:
2119
- uses: actions/checkout@v2
@@ -34,6 +32,7 @@ jobs:
3432
- name: Install npm deps
3533
run: |
3634
npm ci
35+
npm install -g playwright-cli
3736
npx playwright install --with-deps chromium
3837
- name: Install composer deps
3938
run: composer install --no-dev

docker-compose.ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
version: '3.3'
1+
version: '3.7'
22

33
services:
44
mysql:
5-
platform: linux/x86_64
6-
image: mysql:5.7
5+
image: mariadb:lts
76
volumes:
87
- ./bin/mysql:/docker-entrypoint-initdb.d
98
environment:
@@ -19,7 +18,6 @@ services:
1918
- wpcore:/var/www/html/
2019
- .:/var/www/html/wp-content/plugins/visualizer/
2120
depends_on:
22-
- mysql
2321
- wordpress
2422
environment:
2523
- WORDPRESS_DB_NAME=wordpress

0 commit comments

Comments
 (0)