File tree Expand file tree Collapse file tree
client/petstore/scala-akka
server/petstore/scala-cask Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ name : Samples Scala/sbt client
2+
3+ on :
4+ push :
5+ paths :
6+ - ' samples/client/petstore/scala**'
7+ pull_request :
8+ paths :
9+ - ' samples/client/petstore/scala**'
10+ jobs :
11+ build :
12+ name : Build sbt/Scala
13+ runs-on : ubuntu-latest
14+ strategy :
15+ fail-fast : false
16+ matrix :
17+ sample :
18+ # clients
19+ - samples/client/petstore/scalaz
20+ - samples/client/petstore/scala-pekko
21+ - samples/client/petstore/scala-http4s
22+ - samples/client/petstore/scala-sttp4-jsoniter
23+ steps :
24+ - uses : actions/checkout@v5
25+ - uses : actions/setup-java@v5
26+ with :
27+ distribution : ' temurin'
28+ java-version : 11
29+ - name : Setup sbt launcher
30+ uses : sbt/setup-sbt@v1
31+ - name : Cache maven dependencies
32+ uses : actions/cache@v4
33+ env :
34+ cache-name : maven-repository
35+ with :
36+ path : |
37+ ~/.ivy2
38+ key : ${{ runner.os }}-${{ github.job }}-${{ env.cache-name }}-${{ hashFiles('**/build.sbt') }}
39+ - name : Build and test
40+ working-directory : ${{ matrix.sample }}
41+ run : sbt -v +test
Original file line number Diff line number Diff line change 1- name : Samples Scala/sbt
1+ name : Samples Scala/sbt server
22
33on :
44 push :
55 paths :
6- - ' samples/client/petstore/scala**'
76 - ' samples/server/petstore/scala**'
87 pull_request :
98 paths :
10- - ' samples/client/petstore/scala**'
119 - ' samples/server/petstore/scala**'
1210jobs :
1311 build :
14- name : Build sbt/Scala client, servers
12+ name : Build sbt/Scala
1513 runs-on : ubuntu-latest
1614 strategy :
1715 fail-fast : false
1816 matrix :
1917 sample :
20- # clients
21- - samples/client/petstore/scalaz
22- - samples/client/petstore/scala-pekko
23- - samples/client/petstore/scala-http4s
24- - samples/client/petstore/scala-sttp4-jsoniter
25- # - samples/client/petstore/scala-sttp
26- # - samples/client/petstore/scala-sttp-circe
2718 # servers
2819 - samples/server/petstore/scala-play-server
2920 - samples/server/petstore/scala-akka-http-server
Original file line number Diff line number Diff line change 2222# Then explicitly reverse the ignore rule for a single file:
2323#!docs/README.md
2424pom.xml
25+
26+
Original file line number Diff line number Diff line change 2121#docs/*.md
2222# Then explicitly reverse the ignore rule for a single file:
2323#!docs/README.md
24+ #
25+ #
26+ #
You can’t perform that action at this time.
0 commit comments