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 f890b8b commit 713b684Copy full SHA for 713b684
.github/workflows/build-and-test.yml
@@ -44,7 +44,7 @@ jobs:
44
run: npx nx affected -t lint --parallel=7 --exclude='*,!tag:type:pkg'
45
46
- name: Run Affected Test
47
- run: npx nx affected -t test --parallel=3 --exclude='*,!tag:type:pkg' --skip-cache
+ run: npx nx affected -t test --parallel=3 --exclude='*,!tag:type:pkg' --skip-nx-cache
48
49
- name: E2E Test for Next.js Dev
50
run: |
0 commit comments