Skip to content

Commit

Permalink
fixup! wip: move unit tests to circle
Browse files Browse the repository at this point in the history
Node modules not available for jobs
  • Loading branch information
devversion committed Jan 5, 2019
1 parent ea62248 commit 969199f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -408,8 +408,7 @@ jobs:
<<: *post_checkout
- restore_cache:
key: *cache_key
- attach_workspace:
at: dist
- *yarn_install
- *define_env_vars
- run: yarn tsc -p packages
- run: yarn tsc -p packages/examples
Expand All @@ -423,8 +422,7 @@ jobs:
<<: *post_checkout
- restore_cache:
key: *cache_key
- attach_workspace:
at: dist
- *yarn_install
- *define_env_vars
- run: echo "export KARMA_JS_BROWSERS=`node -e \"console.log(require('./browser-providers.conf').sauceAliases.CI_REQUIRED.join(','))\"`" | tee -a $BASH_ENV
- run: ./scripts/saucelabs/start-tunnel.sh
Expand Down

0 comments on commit 969199f

Please sign in to comment.