Skip to content

Commit

Permalink
Run js checks in Linux.
Browse files Browse the repository at this point in the history
This attempts to avoid a bug starting Firefox on Mac:

karma-runner/karma-firefox-launcher#328
  • Loading branch information
ray-lee committed Feb 2, 2024
1 parent 3c360ad commit 9d33af6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
jobs:
lint_test:
name: Lint and test
runs-on: windows-latest
runs-on: ubuntu-latest

steps:
- name: Checkout
Expand Down

0 comments on commit 9d33af6

Please sign in to comment.