Skip to content

Commit

Permalink
ci: provision Firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Ginsburg committed Mar 15, 2022
1 parent 8e931a4 commit b04dae1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: browser-actions/setup-firefox@latest
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
Expand Down
2 changes: 1 addition & 1 deletion karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module.exports = function (config) {
'test/*.js'
],

browsers: ['Firefox'],
browsers: ['FirefoxHeadless'],

autoWatch: true,

Expand Down

0 comments on commit b04dae1

Please sign in to comment.