Skip to content

Commit

Permalink
Update flows
Browse files Browse the repository at this point in the history
  • Loading branch information
mike10ca committed Nov 20, 2023
1 parent ad453ea commit 23e6768
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/smoke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ jobs:
e2e:
runs-on: ubuntu-20.04
container:
image: cypress/browsers:node-20.9.0-chrome-118.0.5993.88-1-ff-118.0.2-edge-118.0.2088.46-1
image: cypress/included:cypress-13.5.1-node-20.9.0-chrome-118.0.5993.88-1-ff-118.0.2-edge-118.0.2088.46-1

name: Cypress Smoke tests

strategy:
Expand All @@ -23,10 +24,6 @@ jobs:

- uses: ./.github/workflows/yarn

- name: Install Cypress
run: |
./node_modules/.bin/cypress install
- uses: ./.github/workflows/build
with:
secrets: ${{ toJSON(secrets) }}
Expand Down

0 comments on commit 23e6768

Please sign in to comment.