Skip to content

Commit

Permalink
bump image
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekradzyminski committed Dec 17, 2023
1 parent 7593146 commit f8d224d
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ on:
jobs:
install:
runs-on: ubuntu-latest
container:
image: cypress/browsers:node-16.18.1-chrome-110.0.5481.96-1-ff-109.0-edge-110.0.1587.41-1
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
options: --user 1001
steps:
- name: Checkout
Expand All @@ -32,8 +32,8 @@ jobs:
ui-chrome-tests:
timeout-minutes: 15
runs-on: ubuntu-latest
container:
image: cypress/browsers:node-16.18.1-chrome-110.0.5481.96-1-ff-109.0-edge-110.0.1587.41-1
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
options: --user 1001
needs: install
steps:
Expand All @@ -49,7 +49,7 @@ jobs:
- name: "UI Tests - Chrome"
uses: cypress-io/github-action@v4
with:
command-prefix: 'percy exec -- npx'
command-prefix: "percy exec -- npx"
start: yarn start:ci
wait-on: "http://localhost:3000"
wait-on-timeout: 120
Expand All @@ -64,8 +64,8 @@ jobs:
ui-chrome-mobile-tests:
timeout-minutes: 15
runs-on: ubuntu-latest
container:
image: cypress/browsers:node-16.18.1-chrome-110.0.5481.96-1-ff-109.0-edge-110.0.1587.41-1
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
options: --user 1001
# strategy:
# fail-fast: false
Expand All @@ -92,7 +92,7 @@ jobs:
browser: chrome
record: true
parallel: true
group: 'UI - Chrome - Mobile'
group: "UI - Chrome - Mobile"
spec: cypress/tests/ui/*
env:
# Recommended: pass the GitHub token lets this action correctly
Expand All @@ -104,7 +104,7 @@ jobs:
timeout-minutes: 15
runs-on: ubuntu-latest
container:
image: cypress/browsers:node-16.18.1-chrome-110.0.5481.96-1-ff-109.0-edge-110.0.1587.41-1
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
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/browsers:node-16.18.1-chrome-110.0.5481.96-1-ff-109.0-edge-110.0.1587.41-1
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
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/browsers:node-16.18.1-chrome-110.0.5481.96-1-ff-109.0-edge-110.0.1587.41-1
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
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/browsers:node-16.18.1-chrome-110.0.5481.96-1-ff-109.0-edge-110.0.1587.41-1
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
options: --user 1001
needs: install
steps:
Expand Down

0 comments on commit f8d224d

Please sign in to comment.