Skip to content

Commit

Permalink
chore: Add missing command to CI workflow (#541)
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlancollins authored Dec 31, 2023
1 parent 2c3e848 commit 3d1b381
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ jobs:
node-version-file: .nvmrc
cache: 'pnpm'
- name: Install dependencies
run: pnpm install --no-frozen-lockfile
run: pnpm install --frozen-lockfile --prefer-offline
- name: Run Tests
run: pnpm run test:ci
- name: Publish
run: |
git config --global user.name 'Tanner Linsley'
Expand Down

0 comments on commit 3d1b381

Please sign in to comment.