Skip to content

Commit

Permalink
Log RUNNER_OS
Browse files Browse the repository at this point in the history
  • Loading branch information
dfahlander committed Jun 20, 2023
1 parent 5e3fad7 commit c592771
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ env:
LT_ACCESS_KEY: ${{ secrets.LT_ACCESS_KEY }}
BROWSER_STACK_USERNAME: ${{ secrets.BROWSER_STACK_USERNAME }}
BROWSER_STACK_ACCESS_KEY: ${{ secrets.BROWSER_STACK_ACCESS_KEY }}
RUNNER_OS: ${{ vars.RUNNER_OS }}

jobs:
test:
Expand Down
2 changes: 2 additions & 0 deletions test/karma.browsers.matrix.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
* karma.browserstack.js
*/

console.log("Current RUNNER_OS: " + process.env.RUNNER_OS);

module.exports = {
// On developers machines, Chrome is most likely to be installed.
local: ['Chrome'],
Expand Down

0 comments on commit c592771

Please sign in to comment.