File tree Expand file tree Collapse file tree 9 files changed +205
-352
lines changed
native-test/java/org/lfenergy/compas/scl/auto/alignment Expand file tree Collapse file tree 9 files changed +205
-352
lines changed Original file line number Diff line number Diff line change @@ -15,14 +15,14 @@ jobs:
15
15
if : github.event_name == 'issues' && github.event.action == 'opened'
16
16
env :
17
17
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
18
- GITHUB_PROJECT_URL : https://github.com/com-pas/compas-scl-auto-alignment/projects/2
18
+ GITHUB_PROJECT_URL : https://github.com/com-pas/compas-scl-auto-alignment/projects/1
19
19
GITHUB_PROJECT_COLUMN_NAME : To do
20
20
- name : add-new-pull-request-to-repository-based-project-column
21
21
uses : docker://takanabe/github-actions-automate-projects:v0.0.1
22
22
if : github.event_name == 'pull_request' && github.event.action == 'opened'
23
23
env :
24
24
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
25
- GITHUB_PROJECT_URL : https://github.com/com-pas/compas-scl-auto-alignment/projects/2
25
+ GITHUB_PROJECT_URL : https://github.com/com-pas/compas-scl-auto-alignment/projects/1
26
26
GITHUB_PROJECT_COLUMN_NAME : To do
27
27
- name : add-new-issues-to-organization-based-project-column
28
28
uses : docker://takanabe/github-actions-automate-projects:v0.0.1
Original file line number Diff line number Diff line change @@ -18,21 +18,12 @@ SPDX-License-Identifier: Apache-2.0
18
18
<packaging >jar</packaging >
19
19
20
20
<properties >
21
- <quarkus .platform.version>2.4.1.Final</quarkus .platform.version>
22
-
23
21
<quarkus .container-image.group>lfenergy</quarkus .container-image.group>
24
22
<quarkus .container-image.name>compas-scl-auto-alignment</quarkus .container-image.name>
25
23
</properties >
26
24
27
25
<dependencyManagement >
28
26
<dependencies >
29
- <dependency >
30
- <groupId >io.quarkus</groupId >
31
- <artifactId >quarkus-universe-bom</artifactId >
32
- <version >${quarkus.platform.version} </version >
33
- <type >pom</type >
34
- <scope >import</scope >
35
- </dependency >
36
27
</dependencies >
37
28
</dependencyManagement >
38
29
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ // SPDX-FileCopyrightText: 2021 Alliander N.V.
2
+ //
3
+ // SPDX-License-Identifier: Apache-2.0
4
+ package org .lfenergy .compas .scl .auto .alignment .rest ;
5
+
6
+ import io .quarkus .test .junit .NativeImageTest ;
7
+
8
+ @ NativeImageTest
9
+ class NativeHealthCheckIT extends HealthCheckTest {
10
+ // Execute the same tests but in native mode.
11
+ }
You can’t perform that action at this time.
0 commit comments