Skip to content

Commit

Permalink
fixup! Chore(ci): Clear cache after testing
Browse files Browse the repository at this point in the history
  • Loading branch information
literat committed Sep 30, 2024
1 parent f76f2ca commit f843132
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,9 @@ jobs:
timeout-minutes: 10

steps:
- name: Checkout
uses: actions/checkout@v4

- name: Cleanup cache
run: |
gh extension install actions/gh-actions-cache
Expand Down

0 comments on commit f843132

Please sign in to comment.