File tree Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Original file line number Diff line number Diff line change 75
75
uses : ./.github/actions/patch-dependencies
76
76
if : ${{ matrix.os != 'windows-latest' }} # Skip patch on windows as it is not possible to build opentelemetry-java on windows
77
77
78
- - name : Dry Run Validator
79
- uses : gradle/gradle-build-action@v3
80
- if : ${{ matrix.os == 'ubuntu-latest' }}
81
- with :
82
- arguments : testing:validator:build
83
-
84
78
- name : Build with Gradle with Integration tests
85
79
uses : gradle/gradle-build-action@v3
86
80
if : ${{ matrix.os == 'ubuntu-latest' }}
Original file line number Diff line number Diff line change @@ -69,9 +69,3 @@ include("appsignals-tests:images:grpc:grpc-client")
69
69
include(" appsignals-tests:images:jdbc" )
70
70
include(" appsignals-tests:images:kafka:kafka-producers" )
71
71
include(" appsignals-tests:images:kafka:kafka-consumers" )
72
-
73
-
74
- // End to end tests
75
- include(" :testing:validator" )
76
- include(" :testing:sample-apps:springboot" )
77
- include(" :testing:sample-apps:springboot-remote-service" )
You can’t perform that action at this time.
0 commit comments