We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebc8b64 commit 8d71c1bCopy full SHA for 8d71c1b
.github/workflows/phpunit.yml
@@ -60,7 +60,9 @@ jobs:
60
run: composer config --global github-oauth.github.com ${{ secrets.SP_PLUGIN_MODULES_TOKEN }}
61
62
- name: Install Composer dependencies
63
- run: composer install --no-interaction --prefer-dist
+ run: |
64
+ composer clear-cache
65
+ composer update --no-interaction --prefer-dist
66
67
- name: Install WordPress Unit Test Suite
68
run: |
0 commit comments