From 1814851105c89f8ff54fa2dd569f85d26e3256db Mon Sep 17 00:00:00 2001 From: Xavier MALPARTY Date: Mon, 18 Jul 2022 15:05:25 +0700 Subject: [PATCH] [#104] Use npm workspace flag instead of GitHub Action working directory --- .github/workflows/test-cli-tool.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test-cli-tool.yml b/.github/workflows/test-cli-tool.yml index 1c006fe..cbdbf6a 100644 --- a/.github/workflows/test-cli-tool.yml +++ b/.github/workflows/test-cli-tool.yml @@ -28,5 +28,4 @@ jobs: run: npm ci && lerna bootstrap --ci - name: Run tests - working-directory: ./packages/cli-tool - run: npm run test + run: npm run test --workspace=packages/cli-tool