mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-13 21:02:08 +08:00
fix(cypress): rollback firefox (#54154)
This commit is contained in:
parent
5251ad3264
commit
c50639b59b
8
.github/workflows/e2e-web.yml
vendored
8
.github/workflows/e2e-web.yml
vendored
@ -112,6 +112,14 @@ jobs:
|
||||
tar -xf client-artifact.tar
|
||||
rm client-artifact.tar
|
||||
|
||||
- name: Downgrade Firefox
|
||||
run: |
|
||||
curl https://ftp.mozilla.org/pub/firefox/releases/123.0/linux-x86_64/en-US/firefox-123.0.tar.bz2 --output firefox-123.0.tar.bz2
|
||||
tar -xjf firefox-123.0.tar.bz2
|
||||
sudo mv firefox /opt/
|
||||
sudo mv /usr/bin/firefox /usr/bin/firefox_old
|
||||
sudo ln -s /opt/firefox/firefox /usr/bin/firefox
|
||||
|
||||
- name: Setup pnpm
|
||||
uses: pnpm/action-setup@a3252b78c470c02df07e9d59298aecedc3ccdd6d #v3.0.0
|
||||
with:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user