Skip to content

Commit

Permalink
Ensure cache: 'maven' is tested.
Browse files Browse the repository at this point in the history
  • Loading branch information
fniephaus committed Feb 12, 2025
1 parent 21f97ff commit 9cec2e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -470,6 +470,7 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
components: ${{ matrix.components }}
native-image-enable-sbom: 'true'
cache: 'maven'
- name: Build Maven project and verify that SBOM was generated and its contents
run: |
cd __tests__/sbom/main-test-app
Expand Down

0 comments on commit 9cec2e0

Please sign in to comment.