We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 710ab41 commit 8ef32c8Copy full SHA for 8ef32c8
.github/workflows/pr.yml
@@ -62,7 +62,7 @@ jobs:
62
63
- name: build, test, lint, test-ssr (affected)
64
run: |
65
- yarn nx affected -t build test lint type-check test-ssr test-integration verify-packaging --nxBail
+ yarn nx affected -t build test lint type-check test-ssr test-integration verify-packaging --exclude react,react-northstar --nxBail
66
67
- name: 'Check for unstaged changes'
68
0 commit comments