diff --git a/.github/workflows/scala.yml b/.github/workflows/scala.yml index ffbc8ccbaf..0ea2d51609 100644 --- a/.github/workflows/scala.yml +++ b/.github/workflows/scala.yml @@ -23,6 +23,6 @@ jobs: - name: Install TypeScript run: npm ci - name: Run tests - run: sbt test + run: sbt -J-Xmx4096M -J-Xss4M test - name: Check no changes run: git diff-files -p --exit-code