Skip to content

Commit

Permalink
ci(test): test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jogelin committed Dec 14, 2024
1 parent d95ce68 commit 81d0ce6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
key: ${{ runner.os }}-modules-${{ env.NODE_VERSION }}-${{ hashFiles('**/pnpm-lock.yaml') }}

- name: Install packages
if: steps.cache-modules.outputs.cache-hit != 'true'
# if: steps.cache-modules.outputs.cache-hit != 'true'
run: pnpm install --frozen-lockfile

- uses: nrwl/nx-set-shas@v4
Expand Down

0 comments on commit 81d0ce6

Please sign in to comment.