This commit is contained in:
Ron Rennick 2021-05-09 22:11:56 -03:00 committed by GitHub
parent 6671a5170b
commit fe2dd7cc24
1 changed files with 0 additions and 2 deletions

View File

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