Update conditional

This commit is contained in:
Claudio Sanches 2021-08-09 13:22:01 -03:00
parent ef9f511387
commit 9a9a855701
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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