mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-16 18:15:17 +00:00
Fix(ci) downgrade ubuntu version on playwright jobs (#19339)
* Fix: downgrading ubuntu version to 22.04 on playwright jobs * Fix: indentation issue in playwright skip jobs
This commit is contained in:
parent
d0c4cfc0a3
commit
21dd3e4342
2
.github/workflows/playwright-mysql-e2e.yml
vendored
2
.github/workflows/playwright-mysql-e2e.yml
vendored
@ -36,7 +36,7 @@ concurrency:
|
||||
|
||||
jobs:
|
||||
playwright-ci-mysql:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-22.04
|
||||
environment: test
|
||||
strategy:
|
||||
fail-fast: false
|
||||
|
||||
@ -36,7 +36,7 @@ concurrency:
|
||||
|
||||
jobs:
|
||||
playwright-ci-postgresql:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-22.04
|
||||
environment: test
|
||||
strategy:
|
||||
fail-fast: false
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user