We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e4f42c commit ac01169Copy full SHA for ac01169
.github/workflows/integration-frontend.yml
@@ -41,12 +41,12 @@ jobs:
41
- name: Run Frontend Unit Tests
42
run: yarn test:front
43
44
- - name: Run Component Tests
45
- run: yarn storybook:ci
46
-
47
- name: Install Playwright
48
run: npx playwright install --with-deps
49
+ - name: Run Component Tests
+ run: yarn storybook:ci
+
50
- name: Run Playwright tests
51
run: yarn e2e
52
0 commit comments