Combine some tests projects in Scala3 build (#30520)
This commit is contained in:
parent
59eabdd2e0
commit
e39fb57b0c
1 changed files with 4 additions and 13 deletions
17
.github/workflows/scala3-build.yml
vendored
17
.github/workflows/scala3-build.yml
vendored
|
|
@ -20,26 +20,17 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
command:
|
||||
- akka-actor-tests/test
|
||||
- akka-actor-testkit-typed/test
|
||||
- akka-actor-tests/test
|
||||
- akka-actor-testkit-typed/test
|
||||
- akka-actor-typed/compile
|
||||
- akka-actor-typed-tests/test
|
||||
- akka-testkit/test akka-actor-tests/test
|
||||
- akka-actor-testkit-typed/test akka-actor-typed-tests/test
|
||||
- akka-cluster/Test/compile
|
||||
- akka-coordination/test
|
||||
- akka-discovery/test
|
||||
- akka-pki/test
|
||||
- akka-protobuf/test
|
||||
- akka-protobuf-v3/test
|
||||
- akka-serialization-jackson/test:compile
|
||||
- akka-slf4j/test
|
||||
- akka-stream/test
|
||||
- akka-stream-testkit/test
|
||||
- akka-stream-testkit/test akka-stream/test
|
||||
- akka-stream-tests-tck/test
|
||||
- akka-remote/test
|
||||
- akka-remote-tests/test
|
||||
- akka-testkit/test
|
||||
- akka-remote/test akka-remote-tests/test akka-protobuf/test akka-protobuf-v3/test
|
||||
fail-fast: true
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue