Skip to content

Commit

Permalink
unify cache name in the main matrix jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
gionn committed Dec 3, 2024
1 parent 2ab475a commit 2074d39
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/enteprise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ jobs:

- name: Ensure required artifacts have been cached
uses: ./.github/actions/cache-downloads
with:
cache-name: enterprise
docker:
name: Test ${{ matrix.role.name }} role on ${{ matrix.molecule_distro.image }}
runs-on: ubuntu-latest
Expand Down Expand Up @@ -107,6 +109,8 @@ jobs:

- name: Cache downloads
uses: ./.github/actions/cache-downloads
with:
cache-name: enterprise

- name: Run tests
env:
Expand Down

0 comments on commit 2074d39

Please sign in to comment.