Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dfahlander committed Jun 20, 2023
1 parent c592771 commit 4779d59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/karma.browsers.matrix.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ module.exports = {

// On Github Actions, use Firefox and Chrome local browsers (this is specific to master-3 since
// we've unistalled travis and want to try out github actions locally)
ciGHActions: process.env.RUNNER_OS === 'maxOS'
ciGHActions: process.env.RUNNER_OS === 'macOS'
? ['Safari']
: ['Firefox', 'Chrome'],

Expand Down

0 comments on commit 4779d59

Please sign in to comment.