File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
seleniumJSEnv/src/main/scala/org/scalajs/jsenv/selenium Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -29,10 +29,10 @@ jobs:
2929 run : >
3030 sbt "++${{ matrix.scalaversion }}"
3131 seleniumJSEnv/scalastyle
32- seleniumJSEnv/test: scalastyle
32+ seleniumJSEnv/Test/ scalastyle
3333 seleniumJSEnvTest/scalastyle
34- seleniumJSHttpEnvTest/test: scalastyle
35- seleniumJSEnvTest/test: scalastyle
34+ seleniumJSHttpEnvTest/Test/ scalastyle
35+ seleniumJSEnvTest/Test/ scalastyle
3636 - name : MiMa
3737 run : sbt "++${{ matrix.scalaversion }}" seleniumJSEnv/mimaReportBinaryIssues
3838 - name : Unit tests
Original file line number Diff line number Diff line change @@ -49,10 +49,10 @@ object SeleniumJSEnv {
4949 import Config .Materialization
5050
5151 private def this () = this (
52- keepAlive = false ,
53- materialization = Config .Materialization .Temp ,
54- driverFactory = () => sys.error(" No driver factory configured" )
55- )
52+ keepAlive = false ,
53+ materialization = Config .Materialization .Temp ,
54+ driverFactory = () => sys.error(" No driver factory configured" )
55+ )
5656
5757 /** Materializes purely virtual files into a temp directory.
5858 *
You can’t perform that action at this time.
0 commit comments