diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 77abdc8e..d4e2147f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -69,7 +69,7 @@ jobs: with: node-version: 12 - name: Install dependencies - run: pnpm install --frozen-lockfile --ignore-scripts + run: pnpm install --frozen-lockfile - name: Run unit tests run: ./node_modules/.bin/jest --forceExit env: