We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec056f4 commit 26e68bfCopy full SHA for 26e68bf
.github/actions/test/action.yml
@@ -20,7 +20,7 @@ runs:
20
21
- name: Build packages
22
shell: bash
23
- 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
24
25
- name: Test all except headless
26
0 commit comments