Skip to content

Commit fe6a8f3

Browse files
authored
Update settings.gradle.kts to remove outdate code (#802)
* Update settings.gradle.kts to remove outdate code * Remove testing validator in PR build
1 parent c42e9fc commit fe6a8f3

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

.github/workflows/pr-build.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,6 @@ jobs:
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' }}

settings.gradle.kts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,3 @@ include("appsignals-tests:images:grpc:grpc-client")
6969
include("appsignals-tests:images:jdbc")
7070
include("appsignals-tests:images:kafka:kafka-producers")
7171
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")

0 commit comments

Comments
 (0)