Skip to content

Commit 15e1eac

Browse files
committed
remove yarn install step
1 parent 235e9d3 commit 15e1eac

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/php.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,8 @@ jobs:
4141
- name: PHPMD
4242
run: composer phpmd
4343

44-
- name: Install packages
45-
run: yarn install --immutable
46-
47-
- name: Build packages
48-
run: yarn build
44+
- name: Install wp-env
45+
run: yarn add @wordpress/env -D
4946

5047
- name: Start wp-env
5148
run: yarn wp-env

0 commit comments

Comments
 (0)