Skip to content

Commit 530be1a

Browse files
committed
cleanup node_modules for disk space
1 parent 3d38749 commit 530be1a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/callable-amplify-ui-e2e-tests.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,14 @@ jobs:
137137
yarn install --frozen-lockfile
138138
yarn build
139139
140+
- name: Clean up amplify-js node_modules to free disk space
141+
run: |
142+
echo "Disk space before cleanup:"
143+
df -h
144+
rm -rf amplify-js/node_modules
145+
echo "Disk space after cleanup:"
146+
df -h
147+
140148
- name: Patch amplify-ui to use local amplify-js packages
141149
run: |
142150
cd amplify-ui

0 commit comments

Comments
 (0)