Skip to content

Commit f9a44b8

Browse files
author
Dennis Labordus
committed
Removed Integration Test, because of security issues. And also build native with normal builds.
Signed-off-by: Dennis Labordus <[email protected]>
1 parent a68c3b0 commit f9a44b8

File tree

4 files changed

+1
-37
lines changed

4 files changed

+1
-37
lines changed

.github/workflows/build-project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ jobs:
2525
output_file: custom_maven_settings.xml
2626
servers: '[{ "id": "github-packages-compas", "username": "OWNER", "password": "${{ secrets.GITHUB_TOKEN }}" }]'
2727
- name: Build with Maven
28-
run: ./mvnw -s custom_maven_settings.xml -B clean verify
28+
run: ./mvnw -s custom_maven_settings.xml -B clean verify -Pnative

app/src/test/java/org/lfenergy/compas/scl/data/rest/v1/NativeCompasCommonResourceIT.java

Lines changed: 0 additions & 12 deletions
This file was deleted.

app/src/test/java/org/lfenergy/compas/scl/data/rest/v1/NativeCompasSclDataResourceAsEditorIT.java

Lines changed: 0 additions & 12 deletions
This file was deleted.

app/src/test/java/org/lfenergy/compas/scl/data/rest/v1/NativeCompasSclDataResourceAsReaderT.java

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)