Skip to content

Commit

Permalink
clearing git cache
Browse files Browse the repository at this point in the history
Signed-off-by: FaithKovi <[email protected]>
  • Loading branch information
FaithKovi committed Sep 29, 2023
1 parent 778ecf9 commit 4a6de30
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Clear Git Cache
run: |
git gc --prune=now
git remote prune origin
- name: Run shell script
run: |
chmod +x install.sh
Expand Down

0 comments on commit 4a6de30

Please sign in to comment.