Skip to content

Commit

Permalink
chore: trying to force cypress to use older chromium version
Browse files Browse the repository at this point in the history
  • Loading branch information
mrCherry97 committed Oct 17, 2024
1 parent 27bbe3b commit e7033c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pull-integration-cluster-k3d.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
- name: Install Chrome
shell: bash
run: |
sudo snap install chromium --channel=127.0.6533.0
snap info chromium
snap list chromium --all
sudo add-apt-repository ppa:xtradeb/apps -y
sudo apt update
sudo apt install chromium=126.0.6478.126-1xtradeb1.2310.1
- uses: gardenlinux/workflow-telemetry-action@v2
with:
comment_on_pr: false
Expand Down

0 comments on commit e7033c0

Please sign in to comment.