Skip to content

Commit

Permalink
Update nightly workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
rvdsteege committed Jul 25, 2023
1 parent d3225fd commit 400eec0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ jobs:
run: composer install --prefer-dist --no-progress

- name: Install WP-CLI packages
run: wp package install wp-cli/dist-archive-command
run: |
- alias wp=vendor/bin/wp
- wp package install wp-cli/dist-archive-command
- name: Switch to packages development
run: php src/dev.php main
Expand Down

0 comments on commit 400eec0

Please sign in to comment.