We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f08a25d commit 16501c8Copy full SHA for 16501c8
.github/workflows/ci-test-build.yaml
@@ -35,7 +35,8 @@ jobs:
35
36
- name: Build project
37
run: |
38
- ./mvnw clean verify -P all-tests
+ ./mvnw clean verify -P all-tests -Dnative
39
+
40
windows-test-build:
41
runs-on: windows-latest
42
steps:
core/src/test/resources/filtered/mesh.yaml
@@ -14,7 +14,7 @@ descriptors:
14
repository-volume: {}
15
containers:
16
sink:
17
- image: "ghcr.io/streamx-com/streamx-blueprints/web-server-sink:3.0.7-jvm"
+ image: "ghcr.io/streamx-com/streamx-blueprints/web-server-sink:3.0.7-native"
18
incoming:
19
resources: {}
20
servicePorts:
0 commit comments