diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 4af5dac..145a333 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -23,7 +23,7 @@ jobs: ${{ runner.os }}-node- - name: Install Dependencies - if: steps.cache.outputs.cache-hit != 'true' + # if: steps.cache.outputs.cache-hit != 'true' run: npm ci --ignore-scripts --no-audit --no-progress --prefer-offline - run: npm run test env: