Move run command onto single line

This commit is contained in:
Greg 2021-11-16 09:03:50 -07:00
parent 6849bf9796
commit aa5e0d6c4b
1 changed files with 2 additions and 4 deletions

View File

@ -77,8 +77,7 @@ jobs:
WC_E2E_SCREENSHOTS: 1
E2E_SLACK_TOKEN: ${{ secrets.E2E_SLACK_TOKEN }}
E2E_SLACK_CHANNEL: ${{ secrets.E2E_SLACK_CHANNEL }}
run: |
pnpx wc-e2e test:e2e
run: pnpx wc-e2e test:e2e
api-tests-run:
name: Runs API tests.
@ -134,5 +133,4 @@ jobs:
BASE_URL: ${{ secrets.PR_E2E_TEST_URL }}
USER_KEY: ${{ secrets.PR_E2E_TEST_ADMIN_USER }}
USER_SECRET: ${{ secrets.PR_E2E_TEST_ADMIN_PASSWORD }}
run: |
pnpx wc-api-tests test api
run: pnpx wc-api-tests test api