Skip to content

Commit

Permalink
ci(dependency-graph): remove packing artifacts from cache
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfig committed May 26, 2024
1 parent 0270908 commit 470dc01
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test-all-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,12 @@ jobs:
- name: Pack packages
run: yarn lerna run --reject-cycles --concurrency 1 prepack

# Don't put the prepack artifacts in the cache maintained by restore-node,
# since they are not .gitignored and thus will fail restore-node's check
# for a clean repo when the cache is restored.
- name: Prevent caching prepack artifacts
run: yarn lerna run postpack

##################
# Lint tests
# We run per package bc of https://github.com/typescript-eslint/typescript-eslint/issues/1192
Expand Down

0 comments on commit 470dc01

Please sign in to comment.