Skip to content

Commit

Permalink
ci: build dependencies for affected projects (#2766)
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonroberts authored Oct 30, 2020
1 parent e02d0d4 commit 207da44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
# Test
- run:
name: Run All Unit Tests
command: yarn nx run-many --target=test --all --parallel
command: yarn nx run-many --target=test --all

test-affected:
<<: *run_in_browser
Expand Down Expand Up @@ -175,7 +175,7 @@ jobs:
- write_master_hash
- run:
name: Run Affected Builds
command: yarn nx affected --target=build --base=$(cat ~/project/master.txt) --head=$CIRCLE_SHA1 --parallel
command: yarn nx affected --target=build --base=$(cat ~/project/master.txt) --head=$CIRCLE_SHA1 --with-deps

build-bazel:
<<: *run_in_node
Expand Down

0 comments on commit 207da44

Please sign in to comment.