Skip to content

Commit

Permalink
Install wp dist-archive command in nightly workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
rvdsteege committed Jul 25, 2023
1 parent f0f003a commit c031def
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ jobs:
tools: composer
coverage: none

- name: Install WP-CLI packages
run: wp package install wp-cli/dist-archive-command

- name: Install dependencies
run: composer install --prefer-dist --no-progress

Expand Down

0 comments on commit c031def

Please sign in to comment.