Skip to content

Commit

Permalink
ci: use fallback runner for CI tests (ngrx#2309)
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonroberts authored Jan 7, 2020
1 parent b742a8c commit 3a683cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ jobs:

# Build and Test
- run: yarn bazel clean
- run: yarn test:bazel
- run: yarn test
- run: yarn build
# Store artifacts from build
- persist_to_workspace:
root: dist
Expand Down

0 comments on commit 3a683cd

Please sign in to comment.