From 23e6768725d0dadc5e13079a5be3390c710a10f0 Mon Sep 17 00:00:00 2001 From: mike10ca Date: Mon, 20 Nov 2023 11:33:26 +0100 Subject: [PATCH] Update flows --- .github/workflows/smoke.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/smoke.yml b/.github/workflows/smoke.yml index e4d71588d7..02485fba18 100644 --- a/.github/workflows/smoke.yml +++ b/.github/workflows/smoke.yml @@ -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: @@ -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) }}