mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-10-17 03:38:18 +00:00
This reverts commit 0e58eb71b1dca642fd76fa168e49a100818ecc79.
This commit is contained in:
parent
0310b3670f
commit
244e3ab490
2
.github/workflows/playwright-mysql-e2e.yml
vendored
2
.github/workflows/playwright-mysql-e2e.yml
vendored
@ -100,7 +100,7 @@ jobs:
|
||||
working-directory: openmetadata-ui/src/main/resources/ui/
|
||||
run: yarn --ignore-scripts --frozen-lockfile
|
||||
- name: Install Playwright Browsers
|
||||
run: npx playwright@1.48.2 install --with-deps
|
||||
run: npx playwright@1.44.1 install --with-deps
|
||||
- name: Run Playwright tests
|
||||
working-directory: openmetadata-ui/src/main/resources/ui/
|
||||
run: npx playwright test --shard=${{ matrix.shardIndex }}/${{ matrix.shardTotal }}
|
||||
|
@ -99,7 +99,7 @@ jobs:
|
||||
working-directory: openmetadata-ui/src/main/resources/ui/
|
||||
run: yarn --ignore-scripts --frozen-lockfile
|
||||
- name: Install Playwright Browsers
|
||||
run: npx playwright@1.48.2 install --with-deps
|
||||
run: npx playwright@1.44.1 install --with-deps
|
||||
- name: Run Playwright tests
|
||||
working-directory: openmetadata-ui/src/main/resources/ui/
|
||||
run: npx playwright test --shard=${{ matrix.shardIndex }}/${{ matrix.shardTotal }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user