Skip to content

Commit

Permalink
update cache path
Browse files Browse the repository at this point in the history
Signed-off-by: Evaldo Felipe <contato@evaldofelipe.com>
  • Loading branch information
evaldofelipe committed Oct 2, 2023
1 parent 8cfeae7 commit c9691e4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: actions/cache@v3
with:
path: |
dist/
dist/*
key: build-cache-${{ github.sha }}
test:
name: Test
Expand All @@ -42,6 +42,8 @@ jobs:
uses: actions/cache/restore@v3
id: restore-cache
with:
path: |
dist/
key: build-cache-${{ github.sha }}
- name: Execute tests
run: yarn test --bail
Expand Down

0 comments on commit c9691e4

Please sign in to comment.