diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 9cc7b28..55ab92c 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -90,12 +90,22 @@ jobs: recursive: true - name: 'global' value: | - args: [-g, npm, yarn, pnpm] + args: + - --global + - --global-dir=./pnpm-global + - npm + - yarn + - pnpm - name: 'array' value: | - {} - recursive: true - - args: [-g, npm, yarn, pnpm] + - args: + - --global + - --global-dir=./pnpm-global + - npm + - yarn + - pnpm steps: - uses: actions/checkout@v2