Skip to content

Commit 16501c8

Browse files
committed
Use native
1 parent f08a25d commit 16501c8

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

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

Lines changed: 2 additions & 1 deletion
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:

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)