diff --git a/.github/workflows/pr-build-and-e2e-tests.yml b/.github/workflows/pr-build-and-e2e-tests.yml index 340929cf6cf..872eaed8655 100644 --- a/.github/workflows/pr-build-and-e2e-tests.yml +++ b/.github/workflows/pr-build-and-e2e-tests.yml @@ -47,8 +47,8 @@ jobs: pnpm install - name: Load docker images and start containers. - working-directory: package/woocommerce/plugins/woocommerce - run: pnpm nx docker-up woocommerce + working-directory: package/woocommerce + run: npx wc-e2e docker:up - name: Move current directory to code. We will install zip file in this dir later. working-directory: package/woocommerce/plugins/woocommerce