Remove misplaced env var assignments

This commit is contained in:
rodelgc 2023-03-16 11:27:11 +08:00
parent 10029d0007
commit dc7b824dad
1 changed files with 0 additions and 4 deletions

View File

@ -16,10 +16,6 @@ runs:
id: run-api-tests
working-directory: plugins/woocommerce
shell: bash
env:
BASE_URL: http://localhost:8086
USER_KEY: admin
USER_SECRET: password
run: |
pnpm exec playwright test \
--config=tests/api-core-tests/playwright.config.js \