Skip to content

Commit

Permalink
chore: add .turbo folders to build cache
Browse files Browse the repository at this point in the history
  • Loading branch information
byCedric committed Sep 19, 2023
1 parent f953e8e commit f9ebb39
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/actions/setup-cache/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,13 @@ runs:
- name: ♻️ Restore build cache
uses: actions/cache@v3
with:
key: turbo-${{ runner.os }}-${{ github.workflow }}-${{ github.sha }}
key: turbo-TEST_1-${{ runner.os }}-${{ github.workflow }}-${{ github.sha }}
restore-keys: |
turbo-${{ runner.os }}-${{ github.workflow }}
turbo-${{ runner.os }}
turbo-TEST_1-${{ runner.os }}-${{ github.workflow }}
turbo-TEST_1-${{ runner.os }}
path: |
node_modules/.cache/turbo
packages/*/.turbo
snackager/.turbo
snackpub/.turbo
website/.turbo

0 comments on commit f9ebb39

Please sign in to comment.