Skip to content

Commit

Permalink
Fix github workflow to support bundle tests
Browse files Browse the repository at this point in the history
  • Loading branch information
loganvolkers authored Nov 1, 2023
1 parent 812370b commit 1700f9b
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 @@ -22,11 +22,11 @@ jobs:
- name: Install deps and build (with cache)
uses: bahmutov/npm-install@v1

- name: Test (vitest)
run: npm run test:code

- name: Build
run: npm run build

- name: Test (vitest)
run: npm run test:code

- name: Size Test
run: npm run test:size

0 comments on commit 1700f9b

Please sign in to comment.