Skip to content

Commit

Permalink
remove my test
Browse files Browse the repository at this point in the history
  • Loading branch information
rudsberg committed Dec 4, 2024
1 parent ba69b51 commit 2fd29c7
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -440,17 +440,17 @@ jobs:
components: ${{ matrix.components }}
gds-token: ${{ matrix.set-gds-token && secrets.GDS_TOKEN || '' }}
native-image-enable-sbom: 'true'
- name: Build Maven project and verify SBOM was generated and its contents
run: |
cd __tests__/sbom/main-test-app
mvn -Pnative package
sh verify-sbom.sh
shell: bash
if: runner.os != 'Windows'
- name: Build Maven project and verify SBOM was generated and its contents (Windows)
run: |
cd __tests__\sbom\main-test-app
mvn -Pnative package
cmd /c verify-sbom.cmd
shell: cmd
if: runner.os == 'Windows'
# - name: Build Maven project and verify SBOM was generated and its contents
# run: |
# cd __tests__/sbom/main-test-app
# mvn -Pnative package
# sh verify-sbom.sh
# shell: bash
# if: runner.os != 'Windows'
# - name: Build Maven project and verify SBOM was generated and its contents (Windows)
# run: |
# cd __tests__\sbom\main-test-app
# mvn -Pnative package
# cmd /c verify-sbom.cmd
# shell: cmd
# if: runner.os == 'Windows'

0 comments on commit 2fd29c7

Please sign in to comment.