Skip to content

Commit ac5c910

Browse files
committed
Clear runner
1 parent 9f543d5 commit ac5c910

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/deploy-staging.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,12 @@ jobs:
6565
- run: npm install
6666
- run: npm run build
6767

68+
- name: Clean up node_modules
69+
run: rm -rf node_modules
70+
71+
- name: Clean up workspace
72+
run: sudo rm -rf /home/runner/work/* /home/runner/_work/* /tmp/*
73+
6874
- name: Configure AWS credentials from Staging account
6975
uses: aws-actions/configure-aws-credentials@v4
7076
with:

0 commit comments

Comments
 (0)