Skip to content

Commit

Permalink
ci: Disable turbo cache when running tests for coverage collection (n…
Browse files Browse the repository at this point in the history
…o-changelog) (#10380)
  • Loading branch information
netroy authored Aug 13, 2024
1 parent b2e0f33 commit e950df0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/units-tests-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
run: pnpm install --frozen-lockfile

- name: Setup build cache
if: inputs.collectCoverage != true
uses: rharkor/caching-for-turbo@v1.5

- name: Build
Expand Down
1 change: 1 addition & 0 deletions turbo.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"$schema": "https://turbo.build/schema.json",
"ui": "stream",
"globalEnv": ["CI", "COVERAGE_ENABLED"],
"tasks": {
"clean": {
"cache": false
Expand Down

0 comments on commit e950df0

Please sign in to comment.