Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/scala.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@ jobs:
AIZE_CLIENT_SECRET: ${{ secrets.AIZE_CLIENT_SECRET }}
# run: sbt test
run: |
env | grep TEST_CLIENT_ID | sed -e 's/\(.\)/\1 /g'
exit 1
cat /dev/null | sbt -Dsbt.log.noformat=true -J-Xmx2G -J-XX:+UseG1GC ++2.13 scalastyle test:scalastyle scalafmtCheck coverage test coverageReport

- name: Upload test coverage report
Expand Down