Skip to content

Commit

Permalink
Test CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmagolan committed May 24, 2019
1 parent 63912cf commit 565dd58
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,17 @@ jobs:
- *init_environment
- *init_bazel
- run: ./scripts/setup_examples_angular.sh
- run: ./scripts/test_examples.sh angular
- run:
name: Test angular-bazel-example
command: |
cd ./examples/angular
# Install Bazel from NPM
yarn
# Build and Test
yarn ng test
yarn ng e2e
# Also run prodserver test which is not covered by `ng e2e`
yarn bazel test //e2e:prodserver_test
workflows:
version: 2
Expand Down

0 comments on commit 565dd58

Please sign in to comment.