Change step name

This commit is contained in:
Rodel 2022-05-24 14:44:10 +08:00
parent ed70a94a07
commit 54ff88ffd7
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ jobs:
E2E_SLACK_CHANNEL: ${{ secrets.E2E_SLACK_CHANNEL }} E2E_SLACK_CHANNEL: ${{ secrets.E2E_SLACK_CHANNEL }}
run: pnpm exec wc-e2e test:e2e run: pnpm exec wc-e2e test:e2e
- name: Install Playwright supported browsers. - name: Download and install Chromium browser.
if: env.E2E_PLAYWRIGHT == 'true' if: env.E2E_PLAYWRIGHT == 'true'
working-directory: plugins/woocommerce working-directory: plugins/woocommerce
run: pnpx playwright install chromium run: pnpx playwright install chromium