Skip to content

Commit 6f29a3e

Browse files
committed
integration tests don't need build cache
1 parent 91a1ac7 commit 6f29a3e

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

.github/workflows/checks.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -145,13 +145,6 @@ jobs:
145145
with:
146146
path: "**/node_modules"
147147
key: ${{ runner.os }}-${{ hashFiles('**/package.json') }}-${{ hashFiles('**/yarn.lock') }}
148-
- name: Use build cache
149-
uses: actions/cache@v4
150-
with:
151-
path: .nxcache
152-
key: build-cache-key-${{ runner.os }}-${{ github.run_id }}
153-
restore-keys: |
154-
build-cache-key-${{ runner.os }}-
155148
- name: Install dependencies
156149
run: yarn --frozen-lockfile --ignore-engines
157150
if: steps.dependency-cache.outputs.cache-hit != 'true'
@@ -182,13 +175,6 @@ jobs:
182175
with:
183176
path: "**/node_modules"
184177
key: ${{ runner.os }}-${{ hashFiles('**/package.json') }}-${{ hashFiles('**/yarn.lock') }}
185-
- name: Use build cache
186-
uses: actions/cache@v4
187-
with:
188-
path: .nxcache
189-
key: build-cache-key-${{ runner.os }}-${{ github.run_id }}
190-
restore-keys: |
191-
build-cache-key-${{ runner.os }}-
192178
- name: Install dependencies
193179
run: yarn --frozen-lockfile --ignore-engines
194180
if: steps.dependency-cache.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)