Skip to content

Commit

Permalink
Enable BrowserStack on PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
michaldudak committed Aug 19, 2024
1 parent 750905c commit 9e1e08a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const browserStack = {
// Since we have limited resources on BrowserStack we often time out on PRs.
// However, BrowserStack rarely fails with a true-positive so we use it as a stop gap for release not merge.
// But always enable it locally since people usually have to explicitly have to expose their BrowserStack access key anyway.
enabled: !CI || !isPR || process.env.BROWSERSTACK_FORCE === 'true',
enabled: !CI || process.env.BROWSERSTACK_FORCE === 'true',
username: process.env.BROWSERSTACK_USERNAME,
accessKey: process.env.BROWSERSTACK_ACCESS_KEY,
build,
Expand Down

0 comments on commit 9e1e08a

Please sign in to comment.