Skip to content

Commit

Permalink
Update settings.gradle.kts to remove outdate code (#802)
Browse files Browse the repository at this point in the history
* Update settings.gradle.kts to remove outdate code

* Remove testing validator in PR build
  • Loading branch information
harrryr authored May 10, 2024
1 parent c42e9fc commit fe6a8f3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/pr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,6 @@ jobs:
uses: ./.github/actions/patch-dependencies
if: ${{ matrix.os != 'windows-latest' }} # Skip patch on windows as it is not possible to build opentelemetry-java on windows

- name: Dry Run Validator
uses: gradle/gradle-build-action@v3
if: ${{ matrix.os == 'ubuntu-latest' }}
with:
arguments: testing:validator:build

- name: Build with Gradle with Integration tests
uses: gradle/gradle-build-action@v3
if: ${{ matrix.os == 'ubuntu-latest' }}
Expand Down
6 changes: 0 additions & 6 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,3 @@ include("appsignals-tests:images:grpc:grpc-client")
include("appsignals-tests:images:jdbc")
include("appsignals-tests:images:kafka:kafka-producers")
include("appsignals-tests:images:kafka:kafka-consumers")


// End to end tests
include(":testing:validator")
include(":testing:sample-apps:springboot")
include(":testing:sample-apps:springboot-remote-service")

0 comments on commit fe6a8f3

Please sign in to comment.