Skip to content

Commit 5ccb7d0

Browse files
committed
Hopefully fix tests
1 parent 3be7615 commit 5ccb7d0

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/storybook-tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
pull_request:
55
paths:
66
- 'resources/js/**'
7+
- 'resources/css/**'
8+
- 'packages/craftcms-cp/**'
79
- '.storybook/**'
810
- 'vitest.config.ts'
911
- 'package.json'
@@ -33,5 +35,8 @@ jobs:
3335
- name: Install dependencies
3436
run: npm ci --legacy-peer-deps
3537

38+
- name: Build @craftcms/cp
39+
run: npm run build:cp
40+
3641
- name: Run Storybook tests
3742
run: npm run test:storybook

0 commit comments

Comments
 (0)