Skip to content

Commit

Permalink
Add cache to verdepcheck workflow (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
walkowif committed May 10, 2024
1 parent 659daa5 commit 37bce63
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/verdepcheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,13 @@ jobs:
echo "gchat_webhook=${{ secrets.GCHAT_WEBHOOK }}" >> $GITHUB_ENV
shell: bash

- name: Restore cache 💰
uses: actions/cache@v4
with:
key: verdepcheck-${{ runner.os }}-${{ github.event.repository.name }}-${{ env.strategy }}
path: |
~/.cache/R/pkgcache/pkg
- name: Dependency Test - ${{ env.strategy }} 🔢
id: verdepcheck
uses: insightsengineering/r-verdepcheck-action@main
Expand Down

0 comments on commit 37bce63

Please sign in to comment.