Skip to content

Commit 896c8ad

Browse files
committed
Try some options
1 parent 6bfe323 commit 896c8ad

File tree

3 files changed

+4
-14
lines changed

3 files changed

+4
-14
lines changed

.github/workflows/test-changed-auth.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,7 @@ jobs:
7676
steps:
7777
- name: install Firefox stable
7878
run: |
79-
sudo apt-get update
80-
sudo apt-get install firefox
81-
sudo apt-get install wget
79+
npx @puppeteer/browsers install firefox@stable
8280
8381
- name: Checkout Repo
8482
uses: actions/checkout@v4
@@ -99,8 +97,6 @@ jobs:
9997
run: xvfb-run yarn test:changed auth
10098
env:
10199
BROWSERS: 'Firefox'
102-
SNAP_NAME: ''
103-
SNAP_INSTANCE_NAME: ''
104100

105101
test-webkit:
106102
name: Test Auth on Webkit if Changed

.github/workflows/test-changed-firestore.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ jobs:
169169

170170
compat-test-firefox:
171171
name: Test Firestore Compatible on Firefox
172-
runs-on: ubuntu-latest
172+
runs-on: windows-latest
173173
needs: build
174174
if: ${{ needs.build.outputs.changed == 'true'}}
175175
steps:
@@ -193,15 +193,13 @@ jobs:
193193
run: cd packages/firestore-compat && xvfb-run yarn run test:ci
194194
env:
195195
BROWSERS: 'Firefox'
196-
SNAP_NAME: ''
197-
SNAP_INSTANCE_NAME: ''
198196

199197
test-firefox:
200198
name: Test Firestore on Firefox
201199
strategy:
202200
matrix:
203201
test-name: ["test:browser", "test:travis", "test:lite:browser", "test:browser:prod:nameddb", "test:lite:browser:nameddb"]
204-
runs-on: ubuntu-latest
202+
runs-on: windows-latest
205203
needs: build
206204
if: ${{ needs.build.outputs.changed == 'true'}}
207205
steps:
@@ -226,8 +224,6 @@ jobs:
226224
env:
227225
BROWSERS: 'Firefox'
228226
EXPERIMENTAL_MODE: true
229-
SNAP_NAME: ''
230-
SNAP_INSTANCE_NAME: ''
231227

232228
compat-test-webkit:
233229
name: Test Firestore Compatible on Webkit

.github/workflows/test-changed.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050

5151
test-firefox:
5252
name: Test Packages With Changed Files in Firefox
53-
runs-on: ubuntu-latest
53+
runs-on: windows-latest
5454

5555
steps:
5656
- name: Checkout Repo
@@ -75,8 +75,6 @@ jobs:
7575
run: xvfb-run yarn test:changed core
7676
env:
7777
BROWSERS: 'Firefox'
78-
SNAP_NAME: ''
79-
SNAP_INSTANCE_NAME: ''
8078

8179

8280
test-webkit:

0 commit comments

Comments
 (0)