Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
harrryr committed Oct 2, 2024
1 parent ff9ec5f commit 98d35d5
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/java-sample-app-ecr-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
name: Sample App Deployment - Java ECR
on:
workflow_dispatch:
push:

permissions:
id-token: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
## including logs, metrics, and traces.
name: Java EKS Enablement Canary Testing
on:
# push:
push:
workflow_dispatch:


Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
caller-workflow-name: 'appsignals-e2e-eks-canary-test'
java-version: '11'


eks-17:
needs: eks-11
strategy:
Expand Down
3 changes: 0 additions & 3 deletions sample-apps/java/springboot-remote-service/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ plugins {
id("org.springframework.boot")
id("io.spring.dependency-management") version "1.1.0"
id("com.google.cloud.tools.jib")
id("org.jetbrains.kotlin.plugin.compose") version "2.0.0"
}

group = "com.amazon.sampleapp"
Expand All @@ -42,8 +41,6 @@ dependencies {
implementation("org.springframework.boot:spring-boot-starter-web")
implementation("org.springframework.boot:spring-boot-starter-logging")
implementation ("org.apache.httpcomponents:httpclient:4.5.13")
implementation("org.jetbrains.kotlin:kotlin-stdlib:2.0.20")
testImplementation("org.jetbrains.kotlin:kotlin-test:2.0.20")
}

jib {
Expand Down

0 comments on commit 98d35d5

Please sign in to comment.