Skip to content

Commit

Permalink
Fix wp-env
Browse files Browse the repository at this point in the history
  • Loading branch information
swissspidy committed Oct 20, 2023
1 parent 8eea736 commit f36d3b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
4 changes: 3 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,9 @@ runs:

- name: Setup wp-env
run: |
echo "{ \"plugins\": [ \"$PLUGIN_DIR\", \"${{ runner.temp }}/plugin-check\" ] }" >> .wp-env.override.json
touch .wp-env.json
> .wp-env.json
echo "{ \"core\": null, \"port\": 8880, \"testsPort\": 8881, \"plugins\": [ \"$PLUGIN_DIR\", \"${{ runner.temp }}/plugin-check\" ] }" >> .wp-env.json
npm -g i @wordpress/env
wp-env start --update
Expand Down
5 changes: 0 additions & 5 deletions wp-env.json

This file was deleted.

0 comments on commit f36d3b7

Please sign in to comment.