Skip to content

Commit 989ea6d

Browse files
author
Alberto Fernández-Capel
authored
Merge pull request #1130 from basecamp/non-sauce-ci
Only run test on SauceLabs when SAUCE_ACCESS_KEY is set
2 parents 053a1a4 + e18a170 commit 989ea6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const config = {
2929

3030
/* eslint camelcase: "off", */
3131

32-
if (process.env.CI) {
32+
if (process.env.SAUCE_ACCESS_KEY) {
3333
config.customLaunchers = {
3434
sl_chrome_latest: {
3535
base: "SauceLabs",

0 commit comments

Comments
 (0)