From d03ea0975f3bab0bd482d4f9b10ca62e1664335d Mon Sep 17 00:00:00 2001 From: William Cheng Date: Sun, 23 Oct 2022 11:14:36 +0800 Subject: [PATCH 1/3] test java okhttp build.sbt:w --- .github/workflows/samples-scala.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/samples-scala.yaml b/.github/workflows/samples-scala.yaml index 81372fccdcb0..0d71f743d67b 100644 --- a/.github/workflows/samples-scala.yaml +++ b/.github/workflows/samples-scala.yaml @@ -1,23 +1,26 @@ -name: Samples Scala +name: Samples Scala/sbt on: push: paths: - 'samples/client/petstore/scala**' - 'samples/server/petstore/scala**' + - 'samples/client/petstore/java/okhttp-gson/**' pull_request: paths: - 'samples/client/petstore/scala**' - 'samples/server/petstore/scala**' + - 'samples/client/petstore/java/okhttp-gson/**' jobs: build: - name: Build Scala client, servers + name: Build sbt/Scala client, servers runs-on: ubuntu-latest strategy: fail-fast: false matrix: sample: # clients + - 'samples/client/petstore/java/okhttp-gson' - samples/client/petstore/scalaz #- samples/client/petstore/scala-sttp # won't pass while the same tests in circleci pass # servers From 2febc8961c6f8ec06995ecfe99fcfaac0811f244 Mon Sep 17 00:00:00 2001 From: William Cheng Date: Sun, 23 Oct 2022 11:17:16 +0800 Subject: [PATCH 2/3] trigger build --- samples/client/petstore/java/okhttp-gson/pom.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/samples/client/petstore/java/okhttp-gson/pom.xml b/samples/client/petstore/java/okhttp-gson/pom.xml index f29a644af6ce..e9d0a6a08c65 100644 --- a/samples/client/petstore/java/okhttp-gson/pom.xml +++ b/samples/client/petstore/java/okhttp-gson/pom.xml @@ -359,3 +359,6 @@ 2.21.0 + + + From 0b2dbe11d927ee3d54cbe77168bad2eb66a0a13e Mon Sep 17 00:00:00 2001 From: William Cheng Date: Sun, 23 Oct 2022 11:35:20 +0800 Subject: [PATCH 3/3] Revert "trigger build" This reverts commit 2febc8961c6f8ec06995ecfe99fcfaac0811f244. --- samples/client/petstore/java/okhttp-gson/pom.xml | 3 --- 1 file changed, 3 deletions(-) diff --git a/samples/client/petstore/java/okhttp-gson/pom.xml b/samples/client/petstore/java/okhttp-gson/pom.xml index 2abf1eb24721..6c7fcf354673 100644 --- a/samples/client/petstore/java/okhttp-gson/pom.xml +++ b/samples/client/petstore/java/okhttp-gson/pom.xml @@ -360,6 +360,3 @@ 2.27.2 - - -