Skip to content

Commit

Permalink
Run tests on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
filipsobol committed Oct 13, 2024
1 parent 91ce547 commit 2b0132a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Build packages

on: [push, pull_request]
on: [ push, pull_request ]

jobs:
build:
Expand All @@ -25,6 +25,9 @@ jobs:
- name: Install dependencies
run: pnpm install --frozen-lockfile

- name: Run all tests
run: pnpm run test

- name: Build all packages
run: pnpm run build

Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"pnpm": ">=9.7"
},
"scripts": {
"test": "pnpm -r --stream run test",
"build": "pnpm -r --stream run build",
"restore": "pnpm run restore:sonda && pnpm run restore:unplugin-sourcemaps",
"restore:sonda": "cd packages/sonda && clean-package restore",
Expand Down

0 comments on commit 2b0132a

Please sign in to comment.