diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index cb6e0d19e7..810f5faf51 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -119,8 +119,8 @@ jobs: fetch-depth: 0 # Fetch all history for all tags and branches - uses: ./.github/actions/setup with: - enable-cache: true - enable-node-modules-cache: true + enable-cache: false + enable-node-modules-cache: false - run: npm ci - run: nx run cli:bundle - run: nx run testing:bundle