Skip to content

Commit 4029674

Browse files
committed
Remove Storybook tests from CI
1 parent b01f5db commit 4029674

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,16 @@ jobs:
1414
uses: actions/checkout@v4
1515
with:
1616
fetch-depth: 0
17-
cache: 'yarn'
17+
cache: "yarn"
1818

1919
- name: Install Node
2020
uses: actions/setup-node@v3
2121
with:
22-
node-version: '18'
22+
node-version: "18"
2323

2424
- name: Install Dependencies
2525
run: yarn --frozen-lockfile --silent
2626

27-
- name: Install Playwright
28-
run: yarn install-playwright
29-
3027
- name: Check Types
3128
run: yarn check-types
3229

@@ -36,9 +33,6 @@ jobs:
3633
- name: Build
3734
run: yarn build
3835

39-
- name: Run Storybook Tests
40-
run: yarn test-storybook-ci
41-
4236
- name: Publish to Chromatic
4337
uses: chromaui/action@v1
4438
with:

0 commit comments

Comments
 (0)