Skip to content

Commit

Permalink
ci: revert SBT_OPTS and sbt verbose logging
Browse files Browse the repository at this point in the history
  • Loading branch information
yshyn-iohk authored Mar 7, 2023
1 parent 2a6a077 commit 789094b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/scala-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
ATALA_GITHUB_TOKEN: ${{ secrets.ATALA_GITHUB_TOKEN }}
SBT_PACKAGER: "enable"
SBT_SCOVERAGE: "enable"
SBT_OPTS: "-Xms1024m -Xmx4096m -Xss16M -XX:ReservedCodeCacheSize=128m"
# SBT_OPTS: "-Xms1024m -Xmx4096m -Xss16M -XX:ReservedCodeCacheSize=128m"
defaults:
run:
working-directory: ${{ inputs.component-dir }}
Expand All @@ -43,7 +43,7 @@ jobs:
if [[ ${{ inputs.component-dir }} == mercury/mercury-library ]]; then
SBT_SCOVERAGE=enable sbt clean coverage test coverageAggregate
else
sbt -verbose -debug test
sbt test
fi
- name: Aggregate test reports
Expand Down

0 comments on commit 789094b

Please sign in to comment.