From 8901b341718cf028f9dc40648a0022da6ca0cd36 Mon Sep 17 00:00:00 2001 From: Cody Kaup Date: Wed, 8 Jan 2025 13:20:27 -0600 Subject: [PATCH] WIP --- .github/workflows/smoke-test-action.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/smoke-test-action.yml b/.github/workflows/smoke-test-action.yml index efdbc025c..5dae9c653 100644 --- a/.github/workflows/smoke-test-action.yml +++ b/.github/workflows/smoke-test-action.yml @@ -1,5 +1,6 @@ name: Smoke test via action on: + push: workflow_call: secrets: SMOKE_TESTS_CHROMATIC_PROJECT_TOKEN: @@ -23,7 +24,7 @@ jobs: - run: yarn build - uses: ./ with: - buildScriptName: build-test-storybook + buildCommand: yarn build-test-storybook exitZeroOnChanges: true forceRebuild: true env: