Skip to content

Commit

Permalink
feat: update workflow to set chrome v115
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 27, 2023
1 parent ac5287b commit 2e79f28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cypress-workflow-vanilla-snapshot-based.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:
unzip -qq chromium.zip -d /opt/chromium
sudo rm -rf /usr/bin/chromium
sudo rm -rf /usr/bin/chromium-browser
ln -s /opt/chromium/chrome-linux/chrome /usr/bin/chromium
ln -s /opt/chromium/chrome-linux/chrome /usr/bin/chromium-browser
sudo ln -s /opt/chromium/chrome-linux/chrome /usr/bin/chromium
sudo ln -s /opt/chromium/chrome-linux/chrome /usr/bin/chromium-browser
rm chromium.zip
- name: Check versions
Expand Down

0 comments on commit 2e79f28

Please sign in to comment.