Skip to content

Commit

Permalink
wp-env: update changelog and CI (#30646)
Browse files Browse the repository at this point in the history
  • Loading branch information
noahtallen authored Apr 9, 2021
1 parent 6ede89a commit 6fbbc98
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/end2end-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ jobs:
- name: Install WordPress
run: |
chmod -R 767 ./ # TODO: Possibly integrate in wp-env
npm run wp-env start
- name: Running the tests
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ jobs:
- name: Install WordPress
run: |
chmod -R 767 ./ # TODO: Possibly integrate in wp-env
npm run wp-env start
- name: Running lint check
Expand Down
1 change: 1 addition & 0 deletions packages/env/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
### Bug Fix

- `wp-env destroy` will now work in environments which don't include the `grep` or `awk` commands, such as Windows PowerShell.
- Fix several permissions issues related to wp-config.php and wp-content files.

## 4.0.0 (2021-03-17)

Expand Down

0 comments on commit 6fbbc98

Please sign in to comment.