mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-30 20:06:19 +00:00
minor(ci): e2e playwright limit install dependacy step (#17921)
This commit is contained in:
parent
21af02d8d5
commit
5fc17e1d9f
2
.github/workflows/playwright-mysql-e2e.yml
vendored
2
.github/workflows/playwright-mysql-e2e.yml
vendored
@ -95,7 +95,7 @@ jobs:
|
||||
|
||||
- name: Install dependencies
|
||||
working-directory: openmetadata-ui/src/main/resources/ui/
|
||||
run: yarn --frozen-lockfile
|
||||
run: yarn --ignore-scripts --frozen-lockfile
|
||||
- name: Install Playwright Browsers
|
||||
run: npx playwright@1.44.1 install --with-deps
|
||||
- name: Run Playwright tests
|
||||
|
@ -95,7 +95,7 @@ jobs:
|
||||
|
||||
- name: Install dependencies
|
||||
working-directory: openmetadata-ui/src/main/resources/ui/
|
||||
run: yarn --frozen-lockfile
|
||||
run: yarn --ignore-scripts --frozen-lockfile
|
||||
- name: Install Playwright Browsers
|
||||
run: npx playwright@1.44.1 install --with-deps
|
||||
- name: Run Playwright tests
|
||||
|
Loading…
x
Reference in New Issue
Block a user