Skip to content

Commit

Permalink
[c] Fix raport generation
Browse files Browse the repository at this point in the history
  • Loading branch information
WojciechMazur committed May 25, 2023
1 parent 2249ebd commit 8a81dac
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/compare.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,12 @@ jobs:
env:
ES_USER: ${{ secrets.OPENCB_ELASTIC_USER }}
ES_PASSWORD: ${{ secrets.OPENCB_ELASTIC_PSWD }}
run: scala-cli scripts/raport-regressions.scala scripts/console_printer.scala -- \
${{ inputs.scala-version }} \
--compareWith=${{ inputs.compare-with-scala-version }} \
--buildId=${{ inputs.build-id }} \
--compareWithBuildId=${{ inputs.compare-with-build-id }}
run: |
scala-cli scripts/raport-regressions.scala scripts/console_printer.scala -- \
${{ inputs.scala-version }} \
--compareWith=${{ inputs.compare-with-scala-version }} \
--buildId=${{ inputs.build-id }} \
--compareWithBuildId=${{ inputs.compare-with-build-id }}
- name: Generate GH-page raport
if: ${{ inputs.push-to-gh-pages == 'true' }}
Expand Down

0 comments on commit 8a81dac

Please sign in to comment.