Skip to content

Commit 64d12e9

Browse files
committed
Switching github actions to chrome
1 parent 6bf6e73 commit 64d12e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
steps:
1717
- uses: actions/checkout@v2
18-
- uses: browser-actions/setup-firefox@latest
18+
- uses: browser-actions/setup-chrome@latest
1919

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

0 commit comments

Comments
 (0)