Skip to content

Commit 5fce706

Browse files
committed
Removes intellij artifacts from the ci cache
1 parent 9f545f1 commit 5fce706

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/actions/setup-and-build/action.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ runs:
5959
NODE_OPTIONS: '--max_old_space_size=4096'
6060
run: pnpm build
6161

62+
- name: Remove unwanted cached directories
63+
run: rm -rf packages/intellij-extension/build
64+
6265
- name: Cache build output
6366
if: steps.restore-cache.outputs.cache-hit != 'true'
6467
uses: actions/cache@v4

0 commit comments

Comments
 (0)