Temporarily hardcode e2e workflow to use WordPress 5.7.1 (https://github.com/woocommerce/woocommerce-admin/pull/7054)
This commit is contained in:
parent
3725d570d9
commit
ff1e33bf9e
|
@ -28,6 +28,7 @@ jobs:
|
|||
WC_E2E_SCREENSHOTS: 1
|
||||
E2E_SLACK_CHANNEL: ${{ secrets.E2E_SLACK_CHANNEL }}
|
||||
E2E_SLACK_TOKEN: ${{ secrets.E2E_SLACK_TOKEN }}
|
||||
WP_VERSION: 5.7.1
|
||||
run: |
|
||||
npm i
|
||||
composer require wp-cli/i18n-command
|
||||
|
|
Loading…
Reference in New Issue