Skip to content

Commit 9c350ee

Browse files
authored
Merge pull request #30 from codebtech/chore/remove-build
chore: remove build dir and speedup tests
2 parents fe58bdc + 7184ff5 commit 9c350ee

File tree

11 files changed

+6
-51748
lines changed

11 files changed

+6
-51748
lines changed

.github/workflows/e2e.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
fail-fast: false
10-
matrix:
11-
php-versions: ['8.3']
1210
env:
1311
WP_BASE_URL: 'http://localhost:8888'
1412
WP_USERNAME: 'admin'
@@ -29,14 +27,17 @@ jobs:
2927
- name: Setup composer
3028
uses: php-actions/composer@v6
3129
with:
32-
php_version: ${{ matrix.php-versions }}
30+
php_version: '8.3'
3331
dev: no
3432

3533
- name: Install packages
3634
run: yarn install --immutable
3735

36+
- name: Build packages
37+
run: yarn build
38+
3839
- name: Playwright install
39-
run: yarn playwright install
40+
run: yarn playwright install chromium
4041

4142
- name: Start wp-env
4243
run: yarn wp-env

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
node_modules
22
vendor
3+
build
34
yarn-error.log
45
.phpunit.result.cache
56
.DS_Store

build/index.asset.php

Lines changed: 0 additions & 1 deletion
This file was deleted.

build/index.js

Lines changed: 0 additions & 38 deletions
This file was deleted.

build/index.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

build/settings.asset.php

Lines changed: 0 additions & 1 deletion
This file was deleted.

build/settings.css

Lines changed: 0 additions & 69 deletions
This file was deleted.

build/settings.css.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)