Skip to content

Commit

Permalink
Bad commit
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffersonBledsoe committed Jun 18, 2024
1 parent e8cc52f commit 96ef0cf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ jobs:
with:
submodules: recursive
fetch-depth: 0
- name: Get pnpm store directory
shell: bash
run: |
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
- name: Setup pnpm
run: corepack enable
# - name: Get pnpm store directory
Expand Down

0 comments on commit 96ef0cf

Please sign in to comment.