Skip to content

Commit f394004

Browse files
committed
refactor: e2e test action script add (#187)
1 parent d861169 commit f394004

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci-preview.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,12 @@ jobs:
5252
- name: Run unit test
5353
run: yarn test
5454

55+
- name: Run e2e test install
56+
run: yarn playwright install --with-deps
57+
58+
- name: Run e2e test
59+
run: yarn playwright test
60+
5561
deploy-to-vercel:
5662
runs-on: ubuntu-latest
5763
outputs:

0 commit comments

Comments
 (0)