Skip to content

Commit 38fe3da

Browse files
committed
migrate circleci scala tests
1 parent b040104 commit 38fe3da

1 file changed

Lines changed: 20 additions & 2 deletions

File tree

.github/workflows/samples-scala-client.yaml

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,24 @@ name: Samples Scala/sbt client
33
on:
44
push:
55
paths:
6-
- 'samples/client/petstore/scala**'
6+
- samples/client/petstore/scalaz/**
7+
- samples/client/petstore/scala-pekko/**
8+
- samples/client/petstore/scala-http4s/**
9+
- samples/client/petstore/scala-sttp4-jsoniter/**
10+
- samples/client/petstore/scala-akka/**
11+
- samples/client/petstore/scala-sttp/**
12+
- samples/client/petstore/scala-sttp-circe/**
13+
- samples/client/petstore/scala-sttp4/**
714
pull_request:
815
paths:
9-
- 'samples/client/petstore/scala**'
16+
- samples/client/petstore/scalaz/**
17+
- samples/client/petstore/scala-pekko/**
18+
- samples/client/petstore/scala-http4s/**
19+
- samples/client/petstore/scala-sttp4-jsoniter/**
20+
- samples/client/petstore/scala-akka/**
21+
- samples/client/petstore/scala-sttp/**
22+
- samples/client/petstore/scala-sttp-circe/**
23+
- samples/client/petstore/scala-sttp4/**
1024
jobs:
1125
build:
1226
name: Build sbt/Scala
@@ -20,6 +34,10 @@ jobs:
2034
- samples/client/petstore/scala-pekko
2135
- samples/client/petstore/scala-http4s
2236
- samples/client/petstore/scala-sttp4-jsoniter
37+
- samples/client/petstore/scala-akka
38+
- samples/client/petstore/scala-sttp
39+
- samples/client/petstore/scala-sttp-circe
40+
- samples/client/petstore/scala-sttp4
2341
steps:
2442
- uses: actions/checkout@v5
2543
- uses: actions/setup-java@v5

0 commit comments

Comments
 (0)