Skip to content

Commit

Permalink
install wp-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzsequence committed Feb 9, 2024
1 parent a59945b commit 6ea9e39
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ jobs:
test -f bin/phpunit-test.sh || (echo "❌ bin/phpunit-test.sh not found" >&2 && exit 1)
test -f bin/helpers.sh || (echo "❌ bin/helpers.sh not found" >&2 && exit 1)
echo "✅ All bin files found"
- name: Install WP-CLI
run: |
curl -0 https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar
chmod +x wp-cli.phar
sudo mv wp-cli.phar /usr/local/bin/wp
- name: Run local install
run: |
echo "Testing latest install..."
Expand Down

0 comments on commit 6ea9e39

Please sign in to comment.