Skip to content

Commit

Permalink
refactor: clarify that the storybook workflow tests the build (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
ojeytonwilliams authored Apr 5, 2024
1 parent 8ba63e5 commit 2bb2c45
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Build Storybook
name: Test Storybook
on: [push, pull_request]
jobs:
build:
name: Build
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -22,5 +22,5 @@ jobs:
- name: Install dependencies
run: pnpm install

- name: Build Storybook
- name: Check Storybook can be built
run: pnpm run build-storybook --test

0 comments on commit 2bb2c45

Please sign in to comment.