Run composer update for wp nightly
This commit is contained in:
parent
e9443a6850
commit
ef9f511387
|
@ -70,5 +70,9 @@ jobs:
|
|||
- name: Init DB and WP
|
||||
run: ./tests/bin/install.sh woo_test root root 127.0.0.1 ${{ matrix.wp }}
|
||||
|
||||
- name: Composer update (WP nightly)
|
||||
if: 'nightly' == matrix.wp
|
||||
run: composer update
|
||||
|
||||
- name: Run tests
|
||||
run: ./vendor/bin/phpunit -c ./phpunit.xml
|
||||
|
|
|
@ -67,5 +67,9 @@ jobs:
|
|||
- name: Init DB and WP
|
||||
run: ./tests/bin/install.sh woo_test root root 127.0.0.1 ${{ matrix.wp }}
|
||||
|
||||
- name: Composer update (WP nightly)
|
||||
if: 'nightly' == matrix.wp
|
||||
run: composer update
|
||||
|
||||
- name: Run tests
|
||||
run: ./vendor/bin/phpunit -c ./phpunit.xml
|
||||
|
|
Loading…
Reference in New Issue