From e625087755d7ad3ae08452968db8f296cd7cd992 Mon Sep 17 00:00:00 2001 From: Krzysztof Pogorzelski Date: Sun, 17 Dec 2023 09:58:44 +0100 Subject: [PATCH] next try --- .github/workflows/main.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7e9ad39a..a296959e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,7 +10,7 @@ jobs: install: runs-on: ubuntu-latest container: - image: cypress-13.6.1-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.6.1-node-20.9.0-chrome-118.0.5993.88-1-ff-118.0.2-edge-118.0.2088.46-1 options: --user 1001 steps: - name: Checkout @@ -33,7 +33,7 @@ jobs: timeout-minutes: 15 runs-on: ubuntu-latest container: - image: cypress-13.6.1-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.6.1-node-20.9.0-chrome-118.0.5993.88-1-ff-118.0.2-edge-118.0.2088.46-1 options: --user 1001 needs: install steps: @@ -65,7 +65,7 @@ jobs: timeout-minutes: 15 runs-on: ubuntu-latest container: - image: cypress-13.6.1-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.6.1-node-20.9.0-chrome-118.0.5993.88-1-ff-118.0.2-edge-118.0.2088.46-1 options: --user 1001 # strategy: # fail-fast: false @@ -104,7 +104,7 @@ jobs: timeout-minutes: 15 runs-on: ubuntu-latest container: - image: cypress-13.6.1-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.6.1-node-20.9.0-chrome-118.0.5993.88-1-ff-118.0.2-edge-118.0.2088.46-1 options: --user 1001 needs: install steps: @@ -134,7 +134,7 @@ jobs: timeout-minutes: 15 runs-on: ubuntu-latest container: - image: cypress-13.6.1-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.6.1-node-20.9.0-chrome-118.0.5993.88-1-ff-118.0.2-edge-118.0.2088.46-1 options: --user 1001 needs: install steps: @@ -165,7 +165,7 @@ jobs: timeout-minutes: 15 runs-on: ubuntu-latest container: - image: cypress-13.6.1-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.6.1-node-20.9.0-chrome-118.0.5993.88-1-ff-118.0.2-edge-118.0.2088.46-1 options: --user 1001 needs: install steps: @@ -195,7 +195,7 @@ jobs: timeout-minutes: 15 runs-on: ubuntu-latest container: - image: cypress-13.6.1-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.6.1-node-20.9.0-chrome-118.0.5993.88-1-ff-118.0.2-edge-118.0.2088.46-1 options: --user 1001 needs: install steps: