Migrate PRValidation to GHActions
* Set sbtopts inline * Ignore flaky, obsolete test * Adds concurrency limit (run only latest commit * Don't run scala3 workflows until ready to merge * split publishLocal from pr validation
This commit is contained in:
parent
cb97ae1240
commit
3a76aa1ad2
12 changed files with 176 additions and 44 deletions
|
|
@ -74,7 +74,7 @@ object MultiNode extends AutoPlugin {
|
|||
MultiJvm / jvmOptions := defaultMultiJvmOptions,
|
||||
MultiJvm / scalacOptions := (Test / scalacOptions).value,
|
||||
multiJvmCreateLogger / logLevel := Level.Debug, // to see ssh establishment
|
||||
MultiJvm / assembly / assemblyMergeStrategy := {
|
||||
MultiJvm / assembly / assemblyMergeStrategy := {
|
||||
case n if n.endsWith("logback-test.xml") => MergeStrategy.first
|
||||
case n if n.toLowerCase.matches("meta-inf.*\\.default") => MergeStrategy.first
|
||||
case n => (MultiJvm / assembly / assemblyMergeStrategy).value.apply(n)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue