Skip to content

Commit

Permalink
Switching github actions to chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
rustedgrail committed Mar 15, 2024
1 parent 6bf6e73 commit 64d12e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: browser-actions/setup-firefox@latest
- uses: browser-actions/setup-chrome@latest

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
Expand All @@ -35,4 +35,4 @@ jobs:
- name: Test
run: |
KARMA_OPTS="--browsers Firefox" xvfb-run --auto-servernum make -e test
KARMA_OPTS="--browsers Chrome" xvfb-run --auto-servernum make -e test

0 comments on commit 64d12e9

Please sign in to comment.