We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 549ebde commit bfc5026Copy full SHA for bfc5026
.github/workflows/vrt.yml
@@ -35,6 +35,8 @@ jobs:
35
cache-dependency-path: "**/package-lock.json"
36
- name: Install dependencies
37
run: npm ci
38
+ - name: Build @vfx-js/core
39
+ run: npm --workspace @vfx-js/core run build
40
- name: Publish to Chromatic
41
id: chromatic
42
uses: chromaui/action@latest
@@ -53,7 +55,7 @@ jobs:
53
55
repo,
54
56
sha: context.sha,
57
state: '${{ steps.chromatic.outcome }}' === 'success' ? 'success' : 'failure',
- context: 'Chromatic',
58
+ context: 'VRT',
59
description: '${{ steps.chromatic.outcome }}' === 'success'
60
? 'VRT passed'
61
: 'VRT failed'
0 commit comments