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