Skip to content

Commit

Permalink
adds build folder
Browse files Browse the repository at this point in the history
  • Loading branch information
mohanrajpac committed Feb 18, 2024
1 parent b8a3689 commit 1696775
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
node-version: '20.11'
- name: Install dependencies
run: npm install -g yarn && yarn
- name: Install Playwright Browsers
run: yarn playwright install --with-deps
- name: WordPress playwright utils install
run: yarn add @wordpress/e2e-test-utils-playwright
- name: Install packages
run: yarn install
- name: Start wp-env
run: yarn wp-env
- name: Run Playwright tests
run: yarn test:e2e
- uses: actions/upload-artifact@v3
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
node_modules
build
vendor
yarn-error.log
.phpunit.result.cache
Expand Down
1 change: 1 addition & 0 deletions build/index.asset.php
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<?php return array('dependencies' => array(), 'version' => '385a3bc35227dd8c6db4');
1 change: 1 addition & 0 deletions build/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions build/settings.asset.php
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<?php return array('dependencies' => array('react', 'wp-api-fetch', 'wp-components', 'wp-compose', 'wp-data', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-notices'), 'version' => 'ea1e4914b928d6c2fdee');
1 change: 1 addition & 0 deletions build/settings.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions build/settings.js

Large diffs are not rendered by default.

0 comments on commit 1696775

Please sign in to comment.