Skip to content

Commit c75a632

Browse files
committed
try fixing windows syntax
1 parent a77e396 commit c75a632

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci_checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,6 @@ jobs:
8181
java-version: 17
8282
cache: gradle
8383
# 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
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
8686
timeout-minutes: 45

0 commit comments

Comments
 (0)