Skip to content

Commit

Permalink
Use actions to install Chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
mike10ca committed Nov 22, 2023
1 parent afe1032 commit 63ba77a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/smoke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ jobs:
e2e:
runs-on: ubuntu-20.04
name: Cypress Smoke tests
container:
image: cypress/browsers:node-20.9.0-chrome-118.0.5993.88-1-ff-118.0.2-edge-118.0.2088.46-1

strategy:
fail-fast: false
Expand All @@ -22,6 +20,8 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: browser-actions/setup-chrome@v1

- uses: ./.github/workflows/yarn

- name: Install Cypress
Expand Down

0 comments on commit 63ba77a

Please sign in to comment.