Skip to content

Commit

Permalink
Adjust heap size and stack size of JVM of GitHub workflow (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
chengluyu authored Dec 31, 2023
1 parent a427fb4 commit ea4ddab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scala.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ea4ddab

Please sign in to comment.