From e7033c00859ce6841e747888b47df94000f4084c Mon Sep 17 00:00:00 2001 From: mrCherry97 Date: Thu, 17 Oct 2024 10:34:10 +0200 Subject: [PATCH] chore: trying to force cypress to use older chromium version --- .github/workflows/pull-integration-cluster-k3d.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pull-integration-cluster-k3d.yml b/.github/workflows/pull-integration-cluster-k3d.yml index 079c59d723..aa0a962835 100644 --- a/.github/workflows/pull-integration-cluster-k3d.yml +++ b/.github/workflows/pull-integration-cluster-k3d.yml @@ -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