Skip to content

Commit

Permalink
test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jean-the-coder committed Mar 4, 2024
1 parent bbe447a commit d353c15
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,29 @@ jobs:
flags: unittests
fail_ci_if_error: true
verbose: true

test-storybook:
name: Build Storybook
on:
pull_request:
- main
- sandbox
- beta
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: test
uses: actions/setup-node@v1
with:
node-version: 20.x
- name: Build Storybook
run: |
make build-storybook
storybook:
name: Storybook Upload
on:
push:
branches: [ main, beta ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit d353c15

Please sign in to comment.