Skip to content

Commit

Permalink
chore: ensure dependencies are also installed and built
Browse files Browse the repository at this point in the history
  • Loading branch information
gfellerph committed Sep 23, 2024
1 parent 0619f6a commit 042d18f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@ jobs:

# Install packages changed since main, as well as their dependants and dependencies
- name: Install dependencies
run: pnpm --filter "...[origin/main]" install
run: pnpm --filter "...[origin/main]..." install

- name: Build dependencies
run: pnpm --filter "...[origin/main]..." install

- name: Run unit tests
run: pnpm --filter "...[origin/main]" unit

0 comments on commit 042d18f

Please sign in to comment.