File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
core/src/test/resources/filtered Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 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 :
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
Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments