Skip to content

Commit

Permalink
Adds action cache
Browse files Browse the repository at this point in the history
  • Loading branch information
kenorb committed Feb 4, 2024
1 parent e1656bd commit c57920c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,16 +63,20 @@ jobs:
--inventory localhost,
--verbose
requirements: galaxy-requirements.yml
- uses: actions/cache@v3
with:
path: ~/.cache/pre-commit
key: platform-install-${{ hashFiles('.github/workflows/action.yml') }}
- name: Run local action (syntax only)
uses: ./
with:
include: tests
mt-path: /home/runner/.wine/drive_c
mt-path: "$HOME/.wine/drive_c"
syntax-only: true
verbose: true
- name: Run local action (compile)
uses: ./
with:
include: tests
mt-path: /home/runner/.wine/drive_c
mt-path: "$HOME/.wine/drive_c"
verbose: true

0 comments on commit c57920c

Please sign in to comment.