File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -41,10 +41,10 @@ jobs:
4141 run : cp .jvmopts-ci .jvmopts
4242
4343 - name : Compile everything
44- run : sbt -Dpekko.http.build.pekko.version=${{ matrix.PEKKO_VERSION }} ++ ${{ matrix.SCALA_VERSION }} Test/compile
44+ run : sbt -Dpekko.http.build.pekko.version=${{ matrix.PEKKO_VERSION }} "++ ${{ matrix.SCALA_VERSION }}" Test/compile
4545
4646 - name : Run all tests JDK ${{ matrix.JDK }}, Scala ${{ matrix.SCALA_VERSION }}, Akka ${{ matrix.PEKKO_VERSION }}
47- run : sbt -Dpekko.http.parallelExecution=false -Dpekko.test.timefactor=2 -Dpekko.http.build.pekko.version=${{ matrix.PEKKO_VERSION }} ++ ${{ matrix.SCALA_VERSION }} mimaReportBinaryIssues test
47+ run : sbt -Dpekko.http.parallelExecution=false -Dpekko.test.timefactor=2 -Dpekko.http.build.pekko.version=${{ matrix.PEKKO_VERSION }} "++ ${{ matrix.SCALA_VERSION }}" mimaReportBinaryIssues test
4848
4949 - name : Upload test results
5050 uses : actions/upload-artifact@v3 # upload test results
You can’t perform that action at this time.
0 commit comments