Skip to content

Commit

Permalink
Merge pull request #1130 from basecamp/non-sauce-ci
Browse files Browse the repository at this point in the history
Only run test on SauceLabs when SAUCE_ACCESS_KEY is set
  • Loading branch information
Alberto Fernández-Capel authored Feb 2, 2024
2 parents 053a1a4 + e18a170 commit 989ea6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const config = {

/* eslint camelcase: "off", */

if (process.env.CI) {
if (process.env.SAUCE_ACCESS_KEY) {
config.customLaunchers = {
sl_chrome_latest: {
base: "SauceLabs",
Expand Down

0 comments on commit 989ea6d

Please sign in to comment.