mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-27 19:00:42 -04:00
fix(e2e): update workflows and cypress configs (#49947)
* chore: bump cypress to v11 * fix: remove firefox downgrade * fix: remove passing specs in the run-script
This commit is contained in:
committed by
GitHub
parent
d31dd8a9d2
commit
162336365b
14
.github/workflows/e2e-web.yml
vendored
14
.github/workflows/e2e-web.yml
vendored
@@ -75,11 +75,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
browsers: [
|
||||
chrome,
|
||||
# firefox,
|
||||
electron
|
||||
]
|
||||
browsers: [chrome, firefox, electron]
|
||||
node-version: [18.x]
|
||||
include:
|
||||
- browsers: electron
|
||||
@@ -117,14 +113,6 @@ jobs:
|
||||
tar -xf client-artifact.tar
|
||||
rm client-artifact.tar
|
||||
|
||||
# - name: Downgrade Firefox
|
||||
# run: |
|
||||
# curl https://ftp.mozilla.org/pub/firefox/releases/101.0/linux-x86_64/en-US/firefox-101.0.tar.bz2 --output firefox-101.0.tar.bz2
|
||||
# tar -xjf firefox-101.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@v2
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user