Skip to content

Commit

Permalink
Experience with cache
Browse files Browse the repository at this point in the history
Signed-off-by: m4rc3l05 <15786310+M4RC3L05@users.noreply.github.com>
  • Loading branch information
M4RC3L05 committed Oct 2, 2024
1 parent 5129e8f commit 9e90e0f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@ jobs:
install: true
cache: true

- name: cache deno deps
uses: actions/cache@v4
with:
path: |
~/.deno
~/.cache/deno
key: ${{ runner.os }}-deno-${{ hashFiles('**/deno.lock') }}

- name: install deps
run: deno task deps

Expand Down

0 comments on commit 9e90e0f

Please sign in to comment.