Skip to content

Commit

Permalink
feat: workflow cache
Browse files Browse the repository at this point in the history
  • Loading branch information
clement2026 committed Sep 4, 2024
1 parent befaab5 commit 42abdb5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
cache: 'pnpm'
cache-dependency-path: 'ts/package.json'

- name: Install dependencies
- name: Install ts dependencies
run: cd ts && pnpm install

- uses: actions/setup-go@v5
Expand All @@ -47,3 +47,5 @@ jobs:
with:
name: live-pprof
path: go/live-pprof
compression-level: 9
retention-days: 10

0 comments on commit 42abdb5

Please sign in to comment.