From 00c10f1e635f0bc5a6e3d2bc774df5471a3df1a3 Mon Sep 17 00:00:00 2001 From: RasmusKjeldgaard Date: Thu, 6 Jun 2024 22:27:14 +0200 Subject: [PATCH] Test action path --- .github/workflows/chromatic.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/chromatic.yml b/.github/workflows/chromatic.yml index ce13b7d8b9..6dc87cb079 100644 --- a/.github/workflows/chromatic.yml +++ b/.github/workflows/chromatic.yml @@ -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