Ensure cache: 'maven' is tested.

This commit is contained in:
Fabio Niephaus 2025-02-12 20:44:06 +01:00
parent 21f97ffe31
commit 9cec2e0528
No known key found for this signature in database
GPG Key ID: F21CF5275F31DFD6

View File

@ -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