Skip to content

Commit 26e68bf

Browse files
committed
disabling nx remote cache for now
1 parent ec056f4 commit 26e68bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/test/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ runs:
2020

2121
- name: Build packages
2222
shell: bash
23-
run: npx nx run-many -t build --parallel=false --exclude website # --base=last-release <- add that back
23+
run: npx nx run-many -t build --parallel=false --exclude website --skip-nx-cache # --base=last-release <- add that back
2424

2525
- name: Test all except headless
2626
shell: bash

0 commit comments

Comments
 (0)