remove unnecessary vars from e2e action (https://github.com/woocommerce/woocommerce-admin/pull/6826)
This commit is contained in:
parent
6671a5170b
commit
fe2dd7cc24
|
@ -25,11 +25,9 @@ jobs:
|
||||||
node-version: '14'
|
node-version: '14'
|
||||||
- name: Build and run E2E Tests
|
- name: Build and run E2E Tests
|
||||||
env:
|
env:
|
||||||
WP_VERSION: latest
|
|
||||||
WC_E2E_SCREENSHOTS: 1
|
WC_E2E_SCREENSHOTS: 1
|
||||||
E2E_SLACK_CHANNEL: ${{ secrets.E2E_SLACK_CHANNEL }}
|
E2E_SLACK_CHANNEL: ${{ secrets.E2E_SLACK_CHANNEL }}
|
||||||
E2E_SLACK_TOKEN: ${{ secrets.E2E_SLACK_TOKEN }}
|
E2E_SLACK_TOKEN: ${{ secrets.E2E_SLACK_TOKEN }}
|
||||||
GITHUB_ACTIONS: 1
|
|
||||||
run: |
|
run: |
|
||||||
npm i
|
npm i
|
||||||
composer require wp-cli/i18n-command
|
composer require wp-cli/i18n-command
|
||||||
|
|
Loading…
Reference in New Issue