Skip to content

Commit

Permalink
set cache
Browse files Browse the repository at this point in the history
  • Loading branch information
arobsn committed Oct 25, 2024
1 parent c1312a0 commit 2bb9aaf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,14 @@ jobs:
uses: pnpm/action-setup@v4
with:
version: 9

- name: Cache pnpm store
uses: actions/cache@v4
with:
path: ~/.pnpm-store
key: ${{ runner.os }}-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }}
restore-keys: |
${{ runner.os }}-pnpm-
lint:
name: Lint
needs: checkout-and-setup
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Coverage

on:
pull_request:
# pull_request:
push:
branches:
- "master"
Expand Down

0 comments on commit 2bb9aaf

Please sign in to comment.