Skip to content

Commit 6b6e62d

Browse files
committed
Don't use native
1 parent 811cab5 commit 6b6e62d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
- name: Build project
3737
run: |
38-
./mvnw clean verify -P all-tests -Dnative
38+
./mvnw clean verify -P all-tests
3939
4040
windows-test-build:
4141
runs-on: windows-latest

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-native"
17+
image: "ghcr.io/streamx-com/streamx-blueprints/web-server-sink:3.0.7-jvm"
1818
incoming:
1919
resources: {}
2020
servicePorts:

0 commit comments

Comments
 (0)