Skip to content

Commit

Permalink
fix(ci): fix rpm cache key
Browse files Browse the repository at this point in the history
  • Loading branch information
kduret committed Jul 12, 2024
1 parent 12fd129 commit 7c3efd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/robot-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
with:
path: ./*.rpm
key: ${{ github.run_id }}-${{ github.sha }}-rpm-centreon-collect-${{ inputs.distrib }}-${{ github.head_ref || github.ref_name }}
key: ${{ github.run_id }}-${{ github.sha }}-rpm-centreon-collect-${{ inputs.distrib }}-amd64-${{ github.head_ref || github.ref_name }}

- name: Test ${{ matrix.feature }}
run: bash ./.github/scripts/collect-test-robot.sh ${{ matrix.feature }} ${{inputs.database_type }}
Expand Down

0 comments on commit 7c3efd3

Please sign in to comment.