Skip to content

Commit

Permalink
Update CI to build then test
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewiggins committed Apr 21, 2023
1 parent 21c8ee9 commit eba0b93
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ jobs:
- name: Install dependencies
run: pnpm install

- name: Tests
run: pnpm test

- name: Build
run: pnpm build

- name: Tests
run: pnpm test

- name: Test production build
run: pnpm test:minify

Expand Down

0 comments on commit eba0b93

Please sign in to comment.