diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 5922261..bb224cc 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -53,7 +53,7 @@ jobs: registry: http://registry.yarnpkg.com/ - name: 'Test: which' - run: which pnpm; which pnpx + run: which pnpm && which pnpx - name: 'Test: install' run: pnpm install