From f7869f447d42f975a4301d0285e3c18e4eba322c Mon Sep 17 00:00:00 2001 From: Timothy Stewart Date: Sun, 21 Jan 2024 18:32:57 -0600 Subject: [PATCH] fix(ci): adjusting cache steps --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fab34d5..173a654 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -73,7 +73,7 @@ jobs: path: ~/.ansible/collections key: ansible-${{ hashFiles('collections/requirements.yml') }} restore-keys: | - ${{ runner.os }}-ansible- + ansible- - name: Test with molecule run: molecule test --scenario-name ${{ matrix.scenario }}