ci(#10336): use exitOnceUploaded
This commit is contained in:
parent
8d90e88e16
commit
2acb655c0f
1 changed files with 2 additions and 1 deletions
3
.github/workflows/storybook.yml
vendored
3
.github/workflows/storybook.yml
vendored
|
@ -40,11 +40,12 @@ jobs:
|
||||||
id: chromatic
|
id: chromatic
|
||||||
uses: chromaui/action@v1
|
uses: chromaui/action@v1
|
||||||
with:
|
with:
|
||||||
|
exitOnceUploaded: true
|
||||||
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
|
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
|
||||||
storybookBuildDir: storybook-static
|
storybookBuildDir: storybook-static
|
||||||
workingDir: packages/frontend
|
workingDir: packages/frontend
|
||||||
- name: Compare on Chromatic
|
- name: Compare on Chromatic
|
||||||
if: github.event_name == 'pull_request_target'
|
if: github.event_name == 'pull_request'
|
||||||
run: pnpm --filter frontend chromatic --exit-once-uploaded --patch-build ${{ github.head_ref }}...${{ github.base_ref }}
|
run: pnpm --filter frontend chromatic --exit-once-uploaded --patch-build ${{ github.head_ref }}...${{ github.base_ref }}
|
||||||
env:
|
env:
|
||||||
CHROMATIC_PROJECT_TOKEN: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
|
CHROMATIC_PROJECT_TOKEN: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
|
||||||
|
|
Loading…
Reference in a new issue