Skip to content

Commit

Permalink
Declutter mvn output
Browse files Browse the repository at this point in the history
  • Loading branch information
rudsberg committed Jan 6, 2025
1 parent 0088c3a commit 4879f9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -443,14 +443,14 @@ jobs:
- name: Build Maven project and verify that SBOM was generated and its contents
run: |
cd __tests__/sbom/main-test-app
mvn -Pnative package
mvn --no-transfer-progress -Pnative package
bash verify-sbom.sh
shell: bash
if: runner.os != 'Windows'
- name: Build Maven project and verify that SBOM was generated and its contents (Windows)
run: |
cd __tests__\sbom\main-test-app
mvn -Pnative package
mvn --no-transfer-progress -Pnative package
cmd /c verify-sbom.cmd
shell: cmd
if: runner.os == 'Windows'

0 comments on commit 4879f9b

Please sign in to comment.