File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6161 lastStable=$(./scripts/lastVersionStable.sc)
6262
6363 ./scripts/raport-regressions.scala $scalaVersion > raport-full.md
64- ./scripts/raport-regressions.scala $scalaVersion --compareWith $lastRC > raport-compare-$lastRC.md
65- ./scripts/raport-regressions.scala $scalaVersion --compareWith $lastStable > raport-compare-$lastStable.md
64+ ./scripts/raport-regressions.scala $scalaVersion --compareWith= $lastRC > raport-compare-$lastRC.md
65+ ./scripts/raport-regressions.scala $scalaVersion --compareWith= $lastStable > raport-compare-$lastStable.md
6666
6767 - name : Upload raports
6868 uses : actions/upload-artifact@v3
Original file line number Diff line number Diff line change 4040 env :
4141 ES_USER : ${{ secrets.OPENCB_ELASTIC_USER }}
4242 ES_PASSWORD : ${{ secrets.OPENCB_ELASTIC_PSWD }}
43- run : ./scripts/raport-regressions.scala ${{ inputs.scala-version }} --compareWith=${{ inputs.compare-with-scala-version }} --buildId=${{ inputs.build-id }} --compareWithBuildId=${{ inputs.compare-with-build-id }}
43+ run : |
44+ ./scripts/raport-regressions.scala \
45+ ${{ inputs.scala-version }} \
46+ --compareWith=${{ inputs.compare-with-scala-version }} \
47+ --buildId=${{ inputs.build-id }} \
48+ --compareWithBuildId=${{ inputs.compare-with-build-id }}
You can’t perform that action at this time.
0 commit comments