Skip to content

Commit

Permalink
chore(ci): build before test
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarosabu committed Dec 9, 2024
1 parent 0013691 commit 81d86df
Show file tree
Hide file tree
Showing 2 changed files with 767 additions and 600 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:
- name: Install dependencies
run: pnpm install

- name: Build lib
run: pnpm build

Check failure on line 39 in .github/workflows/test.yml

View workflow job for this annotation

GitHub Actions / Lint (20)

Trailing spaces not allowed
- name: Unit test run
run: pnpm run test:unit:ci

Expand Down
Loading

0 comments on commit 81d86df

Please sign in to comment.