Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ jobs:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
php-versions: ['8.3']
env:
WP_BASE_URL: 'http://localhost:8888'
WP_USERNAME: 'admin'
Expand All @@ -29,14 +27,17 @@ jobs:
- name: Setup composer
uses: php-actions/composer@v6
with:
php_version: ${{ matrix.php-versions }}
php_version: '8.3'
dev: no

- name: Install packages
run: yarn install --immutable

- name: Build packages
run: yarn build

- name: Playwright install
run: yarn playwright install
run: yarn playwright install chromium

- name: Start wp-env
run: yarn wp-env
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
node_modules
vendor
build
yarn-error.log
.phpunit.result.cache
.DS_Store
Expand Down
1 change: 0 additions & 1 deletion build/index.asset.php

This file was deleted.

38 changes: 0 additions & 38 deletions build/index.js

This file was deleted.

1 change: 0 additions & 1 deletion build/index.js.map

This file was deleted.

1 change: 0 additions & 1 deletion build/settings.asset.php

This file was deleted.

69 changes: 0 additions & 69 deletions build/settings.css

This file was deleted.

1 change: 0 additions & 1 deletion build/settings.css.map

This file was deleted.

Loading