Skip to content

Commit ac01169

Browse files
committed
storybook の自動テストのためには playwright のインストールを先に行っておく必要があった
1 parent 0e4f42c commit ac01169

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/integration-frontend.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@ jobs:
4141
- name: Run Frontend Unit Tests
4242
run: yarn test:front
4343

44-
- name: Run Component Tests
45-
run: yarn storybook:ci
46-
4744
- name: Install Playwright
4845
run: npx playwright install --with-deps
4946

47+
- name: Run Component Tests
48+
run: yarn storybook:ci
49+
5050
- name: Run Playwright tests
5151
run: yarn e2e
5252

0 commit comments

Comments
 (0)