Update conditional
This commit is contained in:
parent
ef9f511387
commit
9a9a855701
|
@ -71,7 +71,7 @@ jobs:
|
|||
run: ./tests/bin/install.sh woo_test root root 127.0.0.1 ${{ matrix.wp }}
|
||||
|
||||
- name: Composer update (WP nightly)
|
||||
if: 'nightly' == matrix.wp
|
||||
if: ${{ matrix.wp == 'nightly' }}
|
||||
run: composer update
|
||||
|
||||
- name: Run tests
|
||||
|
|
|
@ -68,7 +68,7 @@ jobs:
|
|||
run: ./tests/bin/install.sh woo_test root root 127.0.0.1 ${{ matrix.wp }}
|
||||
|
||||
- name: Composer update (WP nightly)
|
||||
if: 'nightly' == matrix.wp
|
||||
if: ${{ matrix.wp == 'nightly' }}
|
||||
run: composer update
|
||||
|
||||
- name: Run tests
|
||||
|
|
Loading…
Reference in New Issue