Skip to content

Commit

Permalink
Require both LT_USERNAME and GH_ACTIONS to run tests on LambdaTest.
Browse files Browse the repository at this point in the history
  • Loading branch information
dfahlander committed Feb 6, 2024
1 parent 8279f1f commit a3487de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/karma.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ configureLambdaTest(karmaCommon);

const browserSuiteToUse = process.env.NODE_ENV === 'release'
? 'pre_npm_publish' // When run by tools/release.sh
: process.env.LT_USERNAME
: process.env.LT_USERNAME && process.env.GH_ACTIONS
? "ci" // Automated CI
: process.env.GH_ACTIONS
? "ciLocal" // "ci" when not having the credentials (= forks of the dexie repo)
Expand Down

0 comments on commit a3487de

Please sign in to comment.