Skip to content

Commit 4a6de30

Browse files
committed
clearing git cache
Signed-off-by: FaithKovi <faithkovivera@gmail.com>
1 parent 778ecf9 commit 4a6de30

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)