Skip to content

Commit

Permalink
install firefox on macos-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
cheehongw committed Apr 27, 2024
1 parent 31b14a4 commit bff197c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,13 @@ jobs:
- run: npm test -- "--karma-config=./tests/karma.ci.conf.js"

macos-setup-and-tests:
runs-on: macos-latest-large
runs-on: macos-latest
strategy:
matrix:
node-version: [16.x]
steps:
- uses: browser-actions/setup-firefox@v1
- run: firefox --version
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
Expand Down

0 comments on commit bff197c

Please sign in to comment.