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 a77e396 commit c75a632Copy full SHA for c75a632
.github/workflows/ci_checks.yml
@@ -81,6 +81,6 @@ jobs:
81
java-version: 17
82
cache: gradle
83
# there's no need to check formatting & linting again on windows
84
- - run: yarn nx affected --targets=test,build --configuration=ci --exclude=nx-console --verbose
85
- - run: yarn nx affected --targets=e2e,e2e-ci --configuration=ci --exclude=nx-console --parallel=1 --verbose
+ - run: yarn nx affected --targets="test,build" --configuration=ci --exclude=nx-console --verbose
+ - run: yarn nx affected --targets="e2e,e2e-ci" --configuration=ci --exclude=nx-console --parallel=1 --verbose
86
timeout-minutes: 45
0 commit comments