Skip to content

Commit

Permalink
Merge pull request #6882 from TheThingsNetwork/feature/upgrade-firefox
Browse files Browse the repository at this point in the history
Update Firefox ESR version
  • Loading branch information
adriansmares authored Jan 26, 2024
2 parents 41516cb + 371d8c5 commit 1bf6ddb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/console-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ jobs:
name: cypress-failed-test-spec
path: .cache/.failed-specs-*.txt
cross-browser-smoke:
name: Cross-browser smoke tests (Firefox 102.3.0 ESR)
name: Cross-browser smoke tests (Firefox 115.7.0 ESR)
runs-on: ubuntu-22.04
env:
NODE_ENV: development
Expand All @@ -238,9 +238,9 @@ jobs:
name: "build-files"
- name: Unzip build artifacts
run: unzip -o build.zip
- name: Install FF 102.3.0 ESR
- name: Install FF 115.7.0 ESR
run: |
wget --no-verbose -O /tmp/firefox.tar.bz2 https://download-installer.cdn.mozilla.net/pub/firefox/releases/102.3.0esr/linux-x86_64/en-US/firefox-102.3.0esr.tar.bz2
wget --no-verbose -O /tmp/firefox.tar.bz2 https://download-installer.cdn.mozilla.net/pub/firefox/releases/115.7.0esr/linux-x86_64/en-US/firefox-115.7.0esr.tar.bz2
tar -C /opt -xjf /tmp/firefox.tar.bz2
rm /tmp/firefox.tar.bz2
sudo ln -fs /opt/firefox/firefox /usr/bin/firefox
Expand Down

0 comments on commit 1bf6ddb

Please sign in to comment.