Skip to content

Commit

Permalink
ci test
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Kornuishin committed Mar 7, 2019
1 parent 3a4e7aa commit da34aff
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ var_6: &save_cache
var_7: &yarn_install
run: yarn install --frozen-lockfile --non-interactive

var_8: &attach_release_output
attach_workspace:
at: dist/

attach_options: &attach_options
at: .

Expand Down Expand Up @@ -75,7 +79,10 @@ jobs:
build_dev_app_aot:
<<: *job_defaults
steps:
- attach_workspace: *attach_options
- *checkout_code
- *restore_cache
- *yarn_install
- *attach_release_output
- run: yarn run ci:aot

test_unit:
Expand Down

0 comments on commit da34aff

Please sign in to comment.