Skip to content

Commit

Permalink
Use puppeteer for all Firefox installs
Browse files Browse the repository at this point in the history
  • Loading branch information
hsubox76 committed Dec 11, 2024
1 parent f42477a commit ec08146
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 13 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test-changed-auth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,7 @@ jobs:

steps:
- name: install Firefox stable
run: |
npx @puppeteer/browsers install firefox@stable
run: npx @puppeteer/browsers install firefox@stable
- name: Checkout Repo
uses: actions/checkout@v4
with:
Expand Down
9 changes: 3 additions & 6 deletions .github/workflows/test-changed-firestore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,7 @@ jobs:
if: ${{ needs.build.outputs.changed == 'true'}}
steps:
- name: install Firefox stable
run: |
npx @puppeteer/browsers install firefox@stable
run: npx @puppeteer/browsers install firefox@stable
- name: Set up Node (20)
uses: actions/setup-node@v3
with:
Expand All @@ -202,10 +201,8 @@ jobs:
needs: build
if: ${{ needs.build.outputs.changed == 'true'}}
steps:
# - name: install Firefox stable
# run: |
# sudo apt-get update
# sudo apt-get install firefox
- name: install Firefox stable
run: npx @puppeteer/browsers install firefox@stable
- name: Download build archive
uses: actions/download-artifact@v3
with:
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/test-changed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,8 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 22.10.0
# - name: install Firefox stable
# run: |
# sudo apt-get update
# sudo apt-get install firefox
- name: install Firefox stable
run: npx @puppeteer/browsers install firefox@stable
- name: Test setup and yarn install
run: |
cp config/ci.config.json config/project.json
Expand Down

0 comments on commit ec08146

Please sign in to comment.