Skip to content

Commit

Permalink
Cache .git folder
Browse files Browse the repository at this point in the history
  • Loading branch information
oxve committed Jan 23, 2025
1 parent b41df5f commit 6cdb9b5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ jobs:
)
timeout-minutes: 10
steps:
- name: Cache .git
uses: actions/cache@v3
with:
path: src/.git
key: git-folder
- name: Checkout
uses: actions/checkout@v4
- name: Remove runtest if exists
Expand Down

0 comments on commit 6cdb9b5

Please sign in to comment.