Skip to content

Commit

Permalink
CI should run install
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelangen committed Feb 16, 2024
1 parent b7838fb commit 4a9a2cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Expand Up @@ -15,6 +15,7 @@ jobs:
- uses: pnpm/action-setup@v3
with:
version: 8
run_install: true

- name: Create Release
env:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Expand Up @@ -12,6 +12,7 @@ jobs:
- uses: pnpm/action-setup@v3
with:
version: 8
run_install: true

- name: Run tests
run: |
Expand Down

0 comments on commit 4a9a2cd

Please sign in to comment.