Skip to content

Commit a56b5ca

Browse files
committed
undo ci changes
1 parent bcb7dc3 commit a56b5ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
restore-keys: |
3434
${{ runner.os }}-pnpm-
3535
- name: Install packages
36-
# if: steps.pnpm-cache.outputs.cache-hit != 'true'
36+
if: steps.pnpm-cache.outputs.cache-hit != 'true'
3737
run: pnpm install --frozen-lockfile
3838
- name: turborepo Cache
3939
uses: rharkor/caching-for-turbo@a1c4079258ae08389be75b57d4d7a70f23c1c66d

0 commit comments

Comments
 (0)