Skip to content

Commit

Permalink
Trying if GH actions can run tests om chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
dfahlander committed Jun 18, 2023
1 parent 1bf4cd6 commit 1ec31df
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/karma.browsers.matrix.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@ module.exports = {
// - Let firefox represent the standard evergreen browser.
// Leaving out Chrome, since local tests have hopefully already run on it.
// Chrome will be tested in the pre_npm_publish anyway.
'bs_firefox_latest_supported',
//'bs_firefox_latest_supported',
// Safari. Enforces native Safari support for every PR!
'bs_safari_latest_supported'
//'bs_safari_latest_supported'
'Chrome'
],

ciLT: [
Expand Down

0 comments on commit 1ec31df

Please sign in to comment.