Merge pull request #25110 from woocommerce/update/e2e-must-pass-optional
Move E2E tests to allowed_failures section
This commit is contained in:
commit
874381c426
|
@ -51,6 +51,8 @@ matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- php: 7.3
|
- php: 7.3
|
||||||
env: WP_VERSION=latest WP_MULTISITE=0 RUN_CODE_COVERAGE=1
|
env: WP_VERSION=latest WP_MULTISITE=0 RUN_CODE_COVERAGE=1
|
||||||
|
- php: 7.2
|
||||||
|
env: WP_VERSION=latest WP_MULTISITE=0 RUN_E2E=1
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- export PATH="$HOME/.composer/vendor/bin:$PATH"
|
- export PATH="$HOME/.composer/vendor/bin:$PATH"
|
||||||
|
|
Loading…
Reference in New Issue