We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c3f1d5 commit cb78c8eCopy full SHA for cb78c8e
.github/workflows/ci.yml
@@ -34,4 +34,4 @@ jobs:
34
if: ${{ github.event_name == 'pull_request' }}
35
36
- run: npx nx format:check
37
- - run: npx nx affected -t lint test build
+ - run: npx nx affected -t lint unit-test integration-test build
0 commit comments