Skip to content

Commit

Permalink
fix: Add pnpm i -f # re-sync injected deps
Browse files Browse the repository at this point in the history
- As per [this comment](#1084 (comment))
  • Loading branch information
MichalBryxi committed Oct 2, 2024
1 parent 56b2234 commit 80a5149
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,11 @@ jobs:
node-version: '${{ env.NODE_VERSION }}'
args: --no-lockfile

- name: Install Dependencies
run: pnpm install --frozen-lockfile
- run: pnpm build
- run: pnpm i -f # re-sync injected deps

- name: Test
run: pnpm --filter test-app test:ember --launch chrome

Expand Down

0 comments on commit 80a5149

Please sign in to comment.