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 05a3e25 commit a11308b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pull-integration-cluster-k3d.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
- name: Install Chrome
shell: bash
run: |
sudo apt-get install chromium-browser=127.0.6533.99
sudo apt-update
sudo apt-get list -a chromium-browser
- uses: gardenlinux/workflow-telemetry-action@v2
with:
comment_on_pr: false
Expand Down

0 comments on commit a11308b

Please sign in to comment.