From bfe992d69bb71c518f3e003aa6b56583ba710d15 Mon Sep 17 00:00:00 2001 From: Joshua Chen Date: Mon, 2 May 2022 13:28:27 +0800 Subject: [PATCH] fix? --- .github/workflows/tests-e2e.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests-e2e.yml b/.github/workflows/tests-e2e.yml index c4d63518741f..cfaff3b7749b 100644 --- a/.github/workflows/tests-e2e.yml +++ b/.github/workflows/tests-e2e.yml @@ -166,7 +166,7 @@ jobs: env: npm_config_registry: http://localhost:4873 - name: Start test-website project - run: pnpm run start -- --no-open + run: pnpm start --no-open working-directory: ../test-website env: E2E_TEST: true