Skip to content

Commit

Permalink
fixup! WIP: move saucelabs tests to circle
Browse files Browse the repository at this point in the history
Run desired Saucelabs browsers
  • Loading branch information
devversion committed Jan 5, 2019
1 parent df5edde commit fcda67b
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 @@ -430,7 +430,7 @@ jobs:
- run: yarn tsc -p packages/examples
- run: yarn tsc -p modules
- run: ./scripts/saucelabs/wait-tunnel.sh
- run: yarn karma start ./karma-js.conf.js --single-run --browsers=ChromeNoSandbox
- run: yarn karma start ./karma-js.conf.js --single-run --browsers=${KARMA_JS_BROWSERS}
- run: ./scripts/saucelabs/stop-tunnel.sh


Expand Down

0 comments on commit fcda67b

Please sign in to comment.