fix(ci): adjusting cache steps

This commit is contained in:
Timothy Stewart
2024-01-21 18:32:57 -06:00
parent eb89255d59
commit f7869f447d

View File

@@ -73,7 +73,7 @@ jobs:
path: ~/.ansible/collections path: ~/.ansible/collections
key: ansible-${{ hashFiles('collections/requirements.yml') }} key: ansible-${{ hashFiles('collections/requirements.yml') }}
restore-keys: | restore-keys: |
${{ runner.os }}-ansible- ansible-
- name: Test with molecule - name: Test with molecule
run: molecule test --scenario-name ${{ matrix.scenario }} run: molecule test --scenario-name ${{ matrix.scenario }}