mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
ci: install playwright for element tests (#6719)
This commit is contained in:
parent
eae1c30e23
commit
84af9ee2ba
1 changed files with 4 additions and 0 deletions
4
.github/workflows/master-codecov-report.yml
vendored
4
.github/workflows/master-codecov-report.yml
vendored
|
@ -18,6 +18,10 @@ jobs:
|
|||
with:
|
||||
pnpm-version: 9
|
||||
|
||||
- name: Install playwright for element tests
|
||||
working-directory: ./packages/elements
|
||||
run: pnpm exec playwright install --with-deps
|
||||
|
||||
- name: Build for test
|
||||
run: pnpm -r build:test
|
||||
|
||||
|
|
Loading…
Reference in a new issue