Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ runs:
run: composer install --no-progress --prefer-dist --optimize-autoloader
shell: bash

- name: Build plugin assets
run: npm run build
shell: bash

- name: Install WordPress and start the server
run: npm run wp-env start
run: npm run wp-env -- start --update
shell: bash