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 b01f5db commit 4029674Copy full SHA for 4029674
.github/workflows/main.yml
@@ -14,19 +14,16 @@ jobs:
14
uses: actions/checkout@v4
15
with:
16
fetch-depth: 0
17
- cache: 'yarn'
+ cache: "yarn"
18
19
- name: Install Node
20
uses: actions/setup-node@v3
21
22
- node-version: '18'
+ node-version: "18"
23
24
- name: Install Dependencies
25
run: yarn --frozen-lockfile --silent
26
27
- - name: Install Playwright
28
- run: yarn install-playwright
29
-
30
- name: Check Types
31
run: yarn check-types
32
@@ -36,9 +33,6 @@ jobs:
36
33
- name: Build
37
34
run: yarn build
38
35
39
- - name: Run Storybook Tests
40
- run: yarn test-storybook-ci
41
42
- name: Publish to Chromatic
43
uses: chromaui/action@v1
44
0 commit comments