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.
2 parents 296a232 + 7d8d34d commit 14daf44Copy full SHA for 14daf44
.github/workflows/ci-turbo-build.yml
@@ -24,5 +24,7 @@ jobs:
24
name: Install pnpm
25
with:
26
run_install: true
27
+ - name: Cache for Turbo
28
+ uses: rharkor/[email protected]
29
- name: Build
30
run: pnpm build:ci
.github/workflows/ci-turbo-test.yml
@@ -37,5 +37,7 @@ jobs:
37
38
39
40
41
42
- name: Test
43
run: pnpm test:ci
0 commit comments