Skip to content

Commit

Permalink
👷 chore(ci): Add build step to test.yml (#911)
Browse files Browse the repository at this point in the history
  • Loading branch information
duckception authored Oct 4, 2023
1 parent 84ac7dc commit 815dc96
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,8 @@ jobs:
- name: Install dependencies
run: pnpm install --frozen-lockfile

- name: Build project
run: pnpm run build

- name: Run tests
run: pnpm run test
1 change: 1 addition & 0 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"$schema": "https://turbo.build/schema.json",
"pipeline": {
"build": {
"dependsOn": ["^build"],
"outputs": ["dist/**", "types/**"]
},
"test": {}
Expand Down

0 comments on commit 815dc96

Please sign in to comment.