Skip to content

Commit

Permalink
next try
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzysztof Pogorzelski committed Dec 17, 2023
1 parent 1e2a920 commit e625087
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit e625087

Please sign in to comment.