Skip to content

Commit

Permalink
deps: update mcr.microsoft.com/playwright image version
Browse files Browse the repository at this point in the history
  • Loading branch information
pedesen committed Apr 8, 2024
1 parent d2dd20e commit bef9ad9
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/operate-a11y.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,26 @@ name: Operate a11y tests
on:
push:
branches:
- 'main'
- 'stable/**'
- 'release/**'
- "main"
- "stable/**"
- "release/**"
paths-ignore:
- '.github/workflows/zeebe-*'
- 'dist/**'
- 'zeebe/**'
- 'spring-boot-starter-camunda-sdk/**'
- ".github/workflows/zeebe-*"
- "dist/**"
- "zeebe/**"
- "spring-boot-starter-camunda-sdk/**"
pull_request:
paths-ignore:
- '.github/workflows/zeebe-*'
- 'dist/**'
- 'zeebe/**'
- 'spring-boot-starter-camunda-sdk/**'
- ".github/workflows/zeebe-*"
- "dist/**"
- "zeebe/**"
- "spring-boot-starter-camunda-sdk/**"

jobs:
test:
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/playwright:v1.39.0
image: mcr.microsoft.com/playwright:v1.43.0
options: --user 1001:1000
steps:
- name: Check out repository code
Expand Down
24 changes: 12 additions & 12 deletions .github/workflows/operate-playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@ name: Operate Visual regression tests
on:
push:
branches:
- 'main'
- 'stable/**'
- 'release/**'
- "main"
- "stable/**"
- "release/**"
paths-ignore:
- '.github/workflows/zeebe-*'
- 'dist/**'
- 'zeebe/**'
- 'spring-boot-starter-camunda-sdk/**'
- ".github/workflows/zeebe-*"
- "dist/**"
- "zeebe/**"
- "spring-boot-starter-camunda-sdk/**"
pull_request:
paths-ignore:
- '.github/workflows/zeebe-*'
- 'dist/**'
- 'zeebe/**'
- 'spring-boot-starter-camunda-sdk/**'
- ".github/workflows/zeebe-*"
- "dist/**"
- "zeebe/**"
- "spring-boot-starter-camunda-sdk/**"

# This will limit the workflow to 1 concurrent run per ref (branch / PR).
# If a new commits occurs, the current run will be canceled to save costs.
Expand All @@ -28,7 +28,7 @@ jobs:
test:
runs-on: gcp-core-2-default
container:
image: mcr.microsoft.com/playwright:v1.39.0
image: mcr.microsoft.com/playwright:v1.43.0
steps:
- name: Check out repository code
uses: actions/checkout@v4
Expand Down

0 comments on commit bef9ad9

Please sign in to comment.