Skip to content

Commit

Permalink
ignore cache
Browse files Browse the repository at this point in the history
  • Loading branch information
sampaiodiego committed Dec 30, 2024
1 parent c1f3f6a commit a7d2c26
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions .github/workflows/ci-code-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,16 +54,17 @@ jobs:
with:
name: turbo-build
path: .turbo/cache
- name: Cache TypeCheck
uses: actions/cache@v4
if: matrix.check == 'ts'
with:
path: ./apps/meteor/tsconfig.typecheck.tsbuildinfo
key: typecheck-cache-${{ runner.OS }}-${{ hashFiles('yarn.lock') }}-${{ github.event.issue.number }}
restore-keys: |
typecheck-cache-${{ runner.OS }}-${{ hashFiles('yarn.lock') }}
typecheck-cache-${{ runner.OS }}
typecheck-cache

# - name: Cache TypeCheck
# uses: actions/cache@v4
# if: matrix.check == 'ts'
# with:
# path: ./apps/meteor/tsconfig.typecheck.tsbuildinfo
# key: typecheck-cache-${{ runner.OS }}-${{ hashFiles('yarn.lock') }}-${{ github.event.issue.number }}
# restore-keys: |
# typecheck-cache-${{ runner.OS }}-${{ hashFiles('yarn.lock') }}
# typecheck-cache-${{ runner.OS }}
# typecheck-cache

- name: TS TypeCheck
if: matrix.check == 'ts'
Expand Down

0 comments on commit a7d2c26

Please sign in to comment.