Skip to content

Commit 2942184

Browse files
committed
Use native
1 parent 66ac47b commit 2942184

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.github/workflows/ci-test-build.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ jobs:
3535

3636
- name: Build project
3737
run: |
38-
./mvnw clean verify -P all-tests
38+
./mvnw clean verify -P all-tests -Dnative
39+
3940
windows-test-build:
4041
runs-on: windows-latest
4142
steps:
@@ -60,4 +61,4 @@ jobs:
6061

6162
- name: Build project
6263
run: |
63-
./mvnw clean verify "-Djacoco.skip=true" -P all-tests
64+
./mvnw clean verify "-Djacoco.skip=true" -P all-tests -Dnative

.github/workflows/mvn-build-and-check-streamx-cli-commands-linux.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ jobs:
4949
5050
- name: Run StreamX tests
5151
run: |
52-
./mvnw clean install -P all-tests -Dstreamx.cli.e2e.streamxCommandType=${{ inputs.streamx_source }}
52+
./mvnw clean install -P all-tests -Dnative -Dstreamx.cli.e2e.streamxCommandType=${{ inputs.streamx_source }}

core/src/test/resources/filtered/mesh.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ descriptors:
1414
repository-volume: {}
1515
containers:
1616
sink:
17-
image: "ghcr.io/streamx-com/streamx-blueprints/web-server-sink:3.0.7-jvm"
17+
image: "ghcr.io/streamx-com/streamx-blueprints/web-server-sink:3.0.7-native"
1818
incoming:
1919
resources: {}
2020
servicePorts:

0 commit comments

Comments
 (0)