Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
codykaup committed Jan 8, 2025
1 parent 8f27f8b commit 8901b34
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/smoke-test-action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Smoke test via action
on:
push:
workflow_call:
secrets:
SMOKE_TESTS_CHROMATIC_PROJECT_TOKEN:
Expand All @@ -23,7 +24,7 @@ jobs:
- run: yarn build
- uses: ./
with:
buildScriptName: build-test-storybook
buildCommand: yarn build-test-storybook
exitZeroOnChanges: true
forceRebuild: true
env:
Expand Down

0 comments on commit 8901b34

Please sign in to comment.