Skip to content

Commit 9c8e31a

Browse files
committed
chore: ignore cache
1 parent d1dd548 commit 9c8e31a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
run: nproc
5757

5858
- name: Warm Nx Cache
59-
run: npx nx run-many --targets=build --projects=tag:type:pkg --parallel=4
59+
run: npx nx run-many --targets=build --projects=tag:type:pkg --parallel=4 --skip-nx-cache
6060

6161
- name: Run Build for All
6262
run: npx nx run-many --targets=build --projects=tag:type:pkg --parallel=4 --skip-nx-cache

.github/workflows/devtools.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: pnpm install
3939

4040
- name: Run Affected Build
41-
run: npx nx run-many --targets=build --projects=tag:type:pkg
41+
run: npx nx run-many --targets=build --projects=tag:type:pkg --skip-nx-cache
4242

4343
- name: Configuration xvfb
4444
shell: bash

0 commit comments

Comments
 (0)