Skip to content

Commit 491cade

Browse files
FaithKovikaxada
authored andcommitted
clearing git cache
Signed-off-by: FaithKovi <faithkovivera@gmail.com>
1 parent d77e606 commit 491cade

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ jobs:
3434

3535
steps:
3636
- uses: actions/checkout@v3
37+
- name: Clear Git Cache
38+
run: |
39+
git gc --prune=now
40+
git remote prune origin
41+
3742
- name: Run shell script
3843
run: |
3944
chmod +x install.sh

0 commit comments

Comments
 (0)