We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9130c3 commit f1b7f1dCopy full SHA for f1b7f1d
1 file changed
.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 unit-test integration-test build
+ - run: npx nx affected -t lint unit-test int-test e2e-test build
0 commit comments