0
Fork 0
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:
Xiao Yijun 2024-10-23 21:08:51 +08:00 committed by GitHub
parent eae1c30e23
commit 84af9ee2ba
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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