We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58f76cd commit bcb7dc3Copy full SHA for bcb7dc3
.github/workflows/tests.yml
@@ -33,14 +33,13 @@ jobs:
33
restore-keys: |
34
${{ runner.os }}-pnpm-
35
- name: Install packages
36
- if: steps.pnpm-cache.outputs.cache-hit != 'true'
+ # if: steps.pnpm-cache.outputs.cache-hit != 'true'
37
run: pnpm install --frozen-lockfile
38
- name: turborepo Cache
39
uses: rharkor/caching-for-turbo@a1c4079258ae08389be75b57d4d7a70f23c1c66d
40
with:
41
cache-prefix: ${{ runner.os }}-turbo-
42
provider: github
43
-
44
- name: setup playwright
45
run: pnpm exec playwright install --with-deps
46
- name: Run Build
0 commit comments