Skip to content

Commit

Permalink
Try some options
Browse files Browse the repository at this point in the history
  • Loading branch information
hsubox76 committed Dec 11, 2024
1 parent 6bfe323 commit 896c8ad
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 14 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/test-changed-auth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,7 @@ jobs:
steps:
- name: install Firefox stable
run: |
sudo apt-get update
sudo apt-get install firefox
sudo apt-get install wget
npx @puppeteer/browsers install firefox@stable
- name: Checkout Repo
uses: actions/checkout@v4
Expand All @@ -99,8 +97,6 @@ jobs:
run: xvfb-run yarn test:changed auth
env:
BROWSERS: 'Firefox'
SNAP_NAME: ''
SNAP_INSTANCE_NAME: ''

test-webkit:
name: Test Auth on Webkit if Changed
Expand Down
8 changes: 2 additions & 6 deletions .github/workflows/test-changed-firestore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ jobs:

compat-test-firefox:
name: Test Firestore Compatible on Firefox
runs-on: ubuntu-latest
runs-on: windows-latest
needs: build
if: ${{ needs.build.outputs.changed == 'true'}}
steps:
Expand All @@ -193,15 +193,13 @@ jobs:
run: cd packages/firestore-compat && xvfb-run yarn run test:ci
env:
BROWSERS: 'Firefox'
SNAP_NAME: ''
SNAP_INSTANCE_NAME: ''

test-firefox:
name: Test Firestore on Firefox
strategy:
matrix:
test-name: ["test:browser", "test:travis", "test:lite:browser", "test:browser:prod:nameddb", "test:lite:browser:nameddb"]
runs-on: ubuntu-latest
runs-on: windows-latest
needs: build
if: ${{ needs.build.outputs.changed == 'true'}}
steps:
Expand All @@ -226,8 +224,6 @@ jobs:
env:
BROWSERS: 'Firefox'
EXPERIMENTAL_MODE: true
SNAP_NAME: ''
SNAP_INSTANCE_NAME: ''

compat-test-webkit:
name: Test Firestore Compatible on Webkit
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/test-changed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:

test-firefox:
name: Test Packages With Changed Files in Firefox
runs-on: ubuntu-latest
runs-on: windows-latest

steps:
- name: Checkout Repo
Expand All @@ -75,8 +75,6 @@ jobs:
run: xvfb-run yarn test:changed core
env:
BROWSERS: 'Firefox'
SNAP_NAME: ''
SNAP_INSTANCE_NAME: ''


test-webkit:
Expand Down

0 comments on commit 896c8ad

Please sign in to comment.