workflow/lint: cache collections (hopefully)
All checks were successful
ci-lint / test (push) Successful in 1m6s
All checks were successful
ci-lint / test (push) Successful in 1m6s
This commit is contained in:
parent
c56709ae03
commit
19eb5251c0
1 changed files with 7 additions and 0 deletions
|
@ -26,6 +26,13 @@ jobs:
|
||||||
with:
|
with:
|
||||||
cache: 'pip'
|
cache: 'pip'
|
||||||
|
|
||||||
|
- name: cache '.ansible/collections'
|
||||||
|
id: cache-collections
|
||||||
|
uses: actions/cache@v4
|
||||||
|
with:
|
||||||
|
path: .ansible/collections
|
||||||
|
key: ${{ runner.os }}-zfs_dkms-ansible-collections
|
||||||
|
|
||||||
- name: ansible/collections
|
- name: ansible/collections
|
||||||
run: |
|
run: |
|
||||||
pip install ansible-core ansible-lint
|
pip install ansible-core ansible-lint
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue