Skip to content

Commit 8d71c1b

Browse files
authored
Clear composer cache
1 parent ebc8b64 commit 8d71c1b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/phpunit.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,9 @@ jobs:
6060
run: composer config --global github-oauth.github.com ${{ secrets.SP_PLUGIN_MODULES_TOKEN }}
6161

6262
- name: Install Composer dependencies
63-
run: composer install --no-interaction --prefer-dist
63+
run: |
64+
composer clear-cache
65+
composer update --no-interaction --prefer-dist
6466
6567
- name: Install WordPress Unit Test Suite
6668
run: |

0 commit comments

Comments
 (0)