Skip to content

Commit

Permalink
Tests require WP-CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
pwtyler committed Feb 14, 2024
1 parent 1e74fe8 commit 03f37e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ jobs:
path: ~/vendor
key: test-dependencies-{{ checksum "composer.json" }}
restore-keys: test-dependencies-{{ checksum "composer.json" }}
- name: Setup WP-CLI
uses: godaddy-wordpress/setup-wp-cli@1
- name: Install dependencies
run: |
if [ ${{ matrix.php_version }} = "7.4" ]; then
Expand Down

0 comments on commit 03f37e0

Please sign in to comment.