Skip to content

Commit 0025056

Browse files
author
Dennis Labordus
committed
Changed build of jvm/native image in POM and Actions.
Signed-off-by: Dennis Labordus <[email protected]>
1 parent 5c5c04d commit 0025056

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-project.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ jobs:
4848
with:
4949
output_file: custom_maven_settings.xml
5050
servers: '[{ "id": "github-packages-compas", "username": "OWNER", "password": "${{ secrets.GITHUB_TOKEN }}" }]'
51-
- name: Build Native with Maven
51+
- name: Build with Maven (Pull Request)
5252
if: ${{ github.event_name == 'pull_request' }}
5353
run: ./mvnw -s custom_maven_settings.xml -B -Pnative-image clean verify
54-
- name: Build with Maven
54+
- name: Build with Maven (Push)
5555
if: ${{ github.event_name == 'push' }}
5656
run: ./mvnw -s custom_maven_settings.xml -B clean verify

0 commit comments

Comments
 (0)