Combine some tests projects in Scala3 build (#30520)

This commit is contained in:
Patrik Nordwall 2021-08-11 11:28:53 +02:00 committed by GitHub
parent 59eabdd2e0
commit e39fb57b0c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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