📎 Add storybook to CI bundle

This commit is contained in:
Yamila Moreno 2025-08-26 10:45:08 +02:00
parent f1e7149e88
commit c5958e4d61
1 changed files with 11 additions and 0 deletions

View File

@ -9,6 +9,14 @@ on:
description: 'Name of the branch'
type: string
required: true
build_wasm:
type: boolean
required: true
default: true
build_storybook:
type: boolean
required: true
default: true
jobs:
build-bundle:
@ -33,6 +41,9 @@ jobs:
echo "gh_ref=${{ inputs.gh_ref || github.ref_name }}" >> $GITHUB_OUTPUT
- name: Run manage.sh build-bundle from host
env:
BUILD_WASM: ${{ inputs.build_wasm }}
BUILD_STORYBOOK: ${{ inputs.build_wasm }}
run: ./manage.sh build-bundle
- name: Prepare directories for zipping