diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 887504859..1c05b9108 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -82,7 +82,7 @@ jobs: run: pnpm install --frozen-lockfile - name: Install dependencies for generated test package - cwd: test/package + working-directory: ./test/package run: pnpm install --frozen-lockfile - name: Build and run tests