From 5fc17e1d9f636ea0db68b4f28a6fc734d83b5a1a Mon Sep 17 00:00:00 2001 From: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com> Date: Thu, 19 Sep 2024 22:57:12 +0530 Subject: [PATCH] minor(ci): e2e playwright limit install dependacy step (#17921) --- .github/workflows/playwright-mysql-e2e.yml | 2 +- .github/workflows/playwright-postgresql-e2e.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/playwright-mysql-e2e.yml b/.github/workflows/playwright-mysql-e2e.yml index 86171a51fda..dd97f72597a 100644 --- a/.github/workflows/playwright-mysql-e2e.yml +++ b/.github/workflows/playwright-mysql-e2e.yml @@ -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 diff --git a/.github/workflows/playwright-postgresql-e2e.yml b/.github/workflows/playwright-postgresql-e2e.yml index c67020115e1..b3ea6c97862 100644 --- a/.github/workflows/playwright-postgresql-e2e.yml +++ b/.github/workflows/playwright-postgresql-e2e.yml @@ -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