Skip to content

Commit

Permalink
run
Browse files Browse the repository at this point in the history
  • Loading branch information
ethriel3695 committed Jun 2, 2023
1 parent 5d6f12c commit 0f0362f
Showing 1 changed file with 16 additions and 20 deletions.
36 changes: 16 additions & 20 deletions .github/workflows/chromatic-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,24 +11,20 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 16
- name: install
run: yarn install --frozen-lockfile
- name: Publish Chromatic
run: cd subdir && echo $PWD
- name: Test PWD
run: echo $PWD
# - uses: chromaui/action-next@v1
# with:
# exitOnceUploaded: true
# onlyChanged: true
# traceChanged: true
# diagnostics: true
# env:
# CHROMATIC_PROJECT_TOKEN: gcaw1ai2dgo
# - uses: actions/upload-artifact@v2
# if: always()
# with:
# name: chromatic-build-artifacts-${{ github.run_id }}
# path: |
# chromatic-diagnostics.json
# **/build-storybook.log
run: cd web-client && echo $PWD
- uses: chromaui/action@v1
with:
exitOnceUploaded: true
onlyChanged: true
traceChanged: true
diagnostics: true
env:
CHROMATIC_PROJECT_TOKEN: gcaw1ai2dgo
- uses: actions/upload-artifact@v2
if: always()
with:
name: chromatic-build-artifacts-${{ github.run_id }}
path: |
chromatic-diagnostics.json
**/build-storybook.log

0 comments on commit 0f0362f

Please sign in to comment.