Skip to content

Commit

Permalink
Tests: Use latest stable Chrome version in tests (#3006)
Browse files Browse the repository at this point in the history
* Update step name in Chrome install
* Update browser installation step
  • Loading branch information
mike10ca authored Dec 15, 2023
1 parent 60b670f commit 17f6261
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cypress/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ inputs:
runs:
using: 'composite'
steps:
- uses: browser-actions/setup-chrome@v1

- uses: ./.github/workflows/yarn

- name: Install Cypress
- name: Install Latest stable Chrome Version
shell: bash
run: ./node_modules/.bin/cypress install
run: |
curl -O 'https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb'
sudo apt-get install ./google-chrome-stable_current_amd64.deb
- uses: ./.github/workflows/build
with:
Expand Down

0 comments on commit 17f6261

Please sign in to comment.