Skip to content

Commit

Permalink
feat: update install command
Browse files Browse the repository at this point in the history
Signed-off-by: SuZhou-Joe <[email protected]>
  • Loading branch information
SuZhou-Joe committed Nov 24, 2023
1 parent 73ac7d9 commit 0f662d0
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .github/workflows/cypress-workflow-vanilla-snapshot-based.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,18 @@ jobs:
# make Node run in ipv4 first so that cypress can detect 5601 port in CI environment
NODE_OPTIONS: '--max-old-space-size=6144 --dns-result-order=ipv4first'
steps:
- name: Set up Chromium v115
- name: Set up Chrome v115
run: |
# Install Chromium v115
wget -q -O - https://storage.googleapis.com/chromium-browser-snapshots/Linux_x64/115.0.582.3/chrome-linux.zip | unzip -q -d /usr/local/bin -
wget -q -O chrome.deb https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_115.0.5790.110_amd64.deb
sudo dpkg -i chrome.deb
sudo apt-get install -f
- name: Set up ChromeDriver v115
run: |
wget https://chromedriver.storage.googleapis.com/115.0.582.3/chromedriver_linux64.zip
unzip chromedriver_linux64.zip
sudo mv chromedriver /usr/local/bin
rm chromedriver_linux64.zip
- name: Check versions
run: |
Expand Down

0 comments on commit 0f662d0

Please sign in to comment.