Skip to content

Commit bfc5026

Browse files
committed
chore: build @vfx-js/core before VRT
1 parent 549ebde commit bfc5026

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/vrt.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ jobs:
3535
cache-dependency-path: "**/package-lock.json"
3636
- name: Install dependencies
3737
run: npm ci
38+
- name: Build @vfx-js/core
39+
run: npm --workspace @vfx-js/core run build
3840
- name: Publish to Chromatic
3941
id: chromatic
4042
uses: chromaui/action@latest
@@ -53,7 +55,7 @@ jobs:
5355
repo,
5456
sha: context.sha,
5557
state: '${{ steps.chromatic.outcome }}' === 'success' ? 'success' : 'failure',
56-
context: 'Chromatic',
58+
context: 'VRT',
5759
description: '${{ steps.chromatic.outcome }}' === 'success'
5860
? 'VRT passed'
5961
: 'VRT failed'

0 commit comments

Comments
 (0)