Skip to content

Commit

Permalink
fixup! wip: move unit tests to circle
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorMinar committed Jan 5, 2019
1 parent 50280d5 commit 4c868cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ jobs:
- attach_workspace:
at: dist
- *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: echo "export KARMA_JS_BROWSERS=`node -e \"console.log(require('./browser-providers.conf').sauceAliases.CI_REQUIRED.join(','))\"`" | tee -a $BASH_ENV
- run: ./scripts/sauce/sauce_connect_start.sh
- run: ./scripts/sauce/sauce_connect_wait_for_tunnel.sh
- run: yarn tsc -p packages
Expand Down

0 comments on commit 4c868cb

Please sign in to comment.