Skip to content

Commit 8c7335b

Browse files
committed
reset cache before storing it???
1 parent c9e68ac commit 8c7335b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,9 @@ jobs:
109109
base: ${{ github.event.pull_request.base.sha }}
110110
head: ${{ env.HEAD_COMMIT }}
111111

112+
- name: Cleanup NX cache
113+
run: yarn nx reset
114+
112115
- name: Build packages
113116
run: yarn build
114117

0 commit comments

Comments
 (0)