Skip to content

Commit

Permalink
chore: github cli and docker
Browse files Browse the repository at this point in the history
  • Loading branch information
Soare-Robert-Daniel committed Mar 13, 2024
1 parent 699a448 commit b3d7657
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ jobs:
DOCKER_FILE: docker-compose.ci.yml
strategy:
fail-fast: false
matrix:
env: ["default", "gutenberg", "gutenberg-datatable"]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand All @@ -34,6 +32,7 @@ jobs:
- name: Install npm deps
run: |
npm ci
npm install -g playwright-cli
npx playwright install --with-deps chromium
- name: Install composer deps
run: composer install --no-dev
Expand Down
6 changes: 2 additions & 4 deletions docker-compose.ci.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
version: '3.3'
version: '3.7'

services:
mysql:
platform: linux/x86_64
image: mysql:5.7
image: mariadb:lts
volumes:
- ./bin/mysql:/docker-entrypoint-initdb.d
environment:
Expand All @@ -19,7 +18,6 @@ services:
- wpcore:/var/www/html/
- .:/var/www/html/wp-content/plugins/visualizer/
depends_on:
- mysql
- wordpress
environment:
- WORDPRESS_DB_NAME=wordpress
Expand Down

0 comments on commit b3d7657

Please sign in to comment.