Skip to content

Commit bcb7dc3

Browse files
committed
install even with cache
1 parent 58f76cd commit bcb7dc3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,13 @@ 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
4040
with:
4141
cache-prefix: ${{ runner.os }}-turbo-
4242
provider: github
43-
4443
- name: setup playwright
4544
run: pnpm exec playwright install --with-deps
4645
- name: Run Build

0 commit comments

Comments
 (0)