Skip to content

Commit

Permalink
Temporarily pin chrome 118
Browse files Browse the repository at this point in the history
  • Loading branch information
davidje13 committed Nov 1, 2023
1 parent e6da9a1 commit 6ded5c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ build:
timeout: 20 minutes
before_script:
- apt-get update
- wget --no-verbose https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
- apt-get install -q=2 -y ./google-chrome-stable_current_amd64.deb firefox-esr | grep -v '^Selecting previously unselected package \|^Preparing to unpack \|^Unpacking \|^Setting up '
- wget --no-verbose -O chrome.deb https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_118.0.5993.117-1_amd64.deb
- apt-get install -q=2 -y ./chrome.deb firefox-esr | grep -v '^Selecting previously unselected package \|^Preparing to unpack \|^Unpacking \|^Setting up '
- npm config set cache .npm --global
script:
- PARALLEL_BUILD=false PARALLEL_E2E=false EXPLICIT_WAIT_TIMEOUT=20000 TEST_TIMEOUT=60000 DOCKER=true npm test
Expand Down

0 comments on commit 6ded5c6

Please sign in to comment.