Ensure cache: 'maven' is tested.

This commit is contained in:
Fabio Niephaus 2025-02-12 20:44:06 +01:00 committed by Fabio Niephaus
parent 0f761465f7
commit 30b157ff45

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