Skip to content

Commit

Permalink
Test action path
Browse files Browse the repository at this point in the history
  • Loading branch information
RasmusKjeldgaard committed Jun 6, 2024
1 parent d1e8be2 commit 00c10f1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,15 @@ jobs:
- name: Build storybook
run: npx nx run-many -t build-storybook

- name: Verify build output
run: ls -al dist/storybook/designsystem

- name: Publish Designsystem to Chromatic
uses: chromaui/action@latest
with:
projectToken: ${{ secrets.DESIGNSYSTEM_CHROMATIC_PROJECT_TOKEN }}
workingDir: libs/designsystem
storybookBuildDir: dist/storybook/designsystem
storybookBuildDir: ${{ github.action_path }}/dist/storybook/designsystem

- name: Publish Extensions to Chromatic
uses: chromaui/action@latest
Expand Down

0 comments on commit 00c10f1

Please sign in to comment.