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 c66acc4 commit 6d94629
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,6 +24,12 @@ 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

Expand All @@ -42,12 +48,6 @@ jobs:
- name: Build Example Vite
run: npm run build-example-vite

- name: Test
run: npm run test

- name: Build
run: npm run build

- name: Run Example Next.js Pages
run: npm run run-example-next-js-pages &

Expand Down

0 comments on commit 6d94629

Please sign in to comment.