Skip to content

Commit

Permalink
ci(test): fix installing haetae for examples
Browse files Browse the repository at this point in the history
  • Loading branch information
jjangga0214 committed Dec 11, 2023
1 parent 831aab7 commit 1b5ff0d
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@ jobs:
- name: Build
run: pnpm --filter "haetae" build

- name: Install dependencies
# This is needed to install haetae built from the previous step into /examples/*
run: pnpm install --frozen-lockfile

- name: Test and measure coverage
run: pnpm turbo test -- --ci

Expand Down

0 comments on commit 1b5ff0d

Please sign in to comment.