minor(ci): e2e playwright limit install dependacy step (#17921)

This commit is contained in:
Chirag Madlani 2024-09-19 22:57:12 +05:30 committed by GitHub
parent 21af02d8d5
commit 5fc17e1d9f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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