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 9a1108a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,20 @@ 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
with:
projectToken: ${{ secrets.EXTENSIONS_CHROMATIC_PROJECT_TOKEN }}
workingDir: libs/extensions/angular
storybookBuildDir: dist/storybook/extensions/angular
storybookBuildDir: ${{ github.action_path }}/dist/storybook/extensions/angular

0 comments on commit 9a1108a

Please sign in to comment.