Skip to content

Commit

Permalink
run unit tests early
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskalmar committed Nov 18, 2023
1 parent 6d94629 commit adb076d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,18 @@ jobs:
- name: Lint
run: npm run lint

- name: Test
run: npm run test

- name: Build
run: npm run build

- name: Build Example Storybook v6.4
run: npm run build-example-storybook-v6.4

- name: Build Example Storybook v6.5 with StoryStore v7
run: npm run build-example-storybook-v6.5-storystore-v7

- name: Test
run: npm run test

- name: Build
run: npm run build

- name: Build Example Pages
run: npm run build-example-next-js-pages

Expand Down

0 comments on commit adb076d

Please sign in to comment.