Skip to content

Commit bdda82f

Browse files
author
Rob Tjalma
committed
Building done with Native profile
Signed-off-by: Rob Tjalma <[email protected]>
1 parent 9932f31 commit bdda82f

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
@@ -24,5 +24,5 @@ jobs:
2424
with:
2525
output_file: custom_maven_settings.xml
2626
servers: '[{ "id": "github-packages-compas", "username": "OWNER", "password": "${{ secrets.GITHUB_TOKEN }}" }]'
27-
- name: Build with Maven
28-
run: ./mvnw -s custom_maven_settings.xml -B clean verify
27+
- name: Build with Maven using the 'Native' profile
28+
run: ./mvnw -s custom_maven_settings.xml -B clean verify -Pnative

0 commit comments

Comments
 (0)