Skip to content

Commit

Permalink
Test build.sbt in java (okhttp-gson) petstore sample (#13799)
Browse files Browse the repository at this point in the history
* test java okhttp build.sbt:w

* trigger build

* Revert "trigger build"

This reverts commit 2febc89.
  • Loading branch information
wing328 authored Oct 23, 2022
1 parent 0368987 commit 6650ba6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/samples-scala.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 6650ba6

Please sign in to comment.