Skip to content

Commit

Permalink
disabling nx remote cache for now
Browse files Browse the repository at this point in the history
  • Loading branch information
shairez committed Aug 8, 2024
1 parent ec056f4 commit 26e68bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ runs:

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

- name: Test all except headless
shell: bash
Expand Down

0 comments on commit 26e68bf

Please sign in to comment.