Skip to content

Commit

Permalink
chore(ci): remove ubuntu firefox install step (#6675)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyletsang committed Aug 9, 2023
1 parent 57836e2 commit 4940ae9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18.x
cache: yarn
- name: Update Brew (macOS)
if: matrix.os == 'macOS-latest'
Expand All @@ -38,9 +38,6 @@ jobs:
- name: Install Firefox (macOS)
if: matrix.os == 'macOS-latest' && matrix.browser == 'FirefoxHeadless'
run: brew install --cask firefox
- name: Install Firefox (ubuntu)
if: matrix.os == 'ubuntu-latest' && matrix.browser == 'FirefoxHeadless'
run: sudo snap remove firefox && sudo add-apt-repository ppa:mozillateam/ppa && sudo apt install --target-release 'o=LP-PPA-mozillateam' firefox
- name: Install Dependencies
run: yarn bootstrap
env:
Expand Down

0 comments on commit 4940ae9

Please sign in to comment.