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 7575 uses : ./.github/actions/patch-dependencies
7676 if : ${{ matrix.os != 'windows-latest' }} # Skip patch on windows as it is not possible to build opentelemetry-java on windows
7777
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-
8478 - name : Build with Gradle with Integration tests
8579 uses : gradle/gradle-build-action@v3
8680 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")
6969include(" appsignals-tests:images:jdbc" )
7070include(" appsignals-tests:images:kafka:kafka-producers" )
7171include(" 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