mirror of
https://github.com/graalvm/setup-graalvm.git
synced 2025-02-23 04:00:11 +08:00
Ensure cache: 'maven'
is tested.
This commit is contained in:
parent
0f761465f7
commit
30b157ff45
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -470,6 +470,7 @@ jobs:
|
|||||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
components: ${{ matrix.components }}
|
components: ${{ matrix.components }}
|
||||||
native-image-enable-sbom: 'true'
|
native-image-enable-sbom: 'true'
|
||||||
|
cache: 'maven'
|
||||||
- name: Build Maven project and verify that SBOM was generated and its contents
|
- name: Build Maven project and verify that SBOM was generated and its contents
|
||||||
run: |
|
run: |
|
||||||
cd __tests__/sbom/main-test-app
|
cd __tests__/sbom/main-test-app
|
||||||
|
Loading…
x
Reference in New Issue
Block a user