Skip to content

Commit

Permalink
Reduce the amount of logging in GitHub action (#34)
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Schwartz <[email protected]>
  • Loading branch information
ahus1 committed Jan 5, 2024
1 parent f3705d1 commit 7d0be29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
distribution: temurin
cache: maven
- name: Test
run: mvn package -Dquarkus.native.container-build=true
run: ./mvnw -B package -Dquarkus.native.container-build=true

0 comments on commit 7d0be29

Please sign in to comment.