Skip to content

Commit

Permalink
Increase heap space for sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
thesamet committed Oct 19, 2023
1 parent 1fc3497 commit 05e7625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
key: ${{ runner.os }}-sbt-${{ hashFiles('**/*.sbt') }}
- name: Compile and test
run: |
sbt test
sbt -J-Xmx2G test
shell: bash
- name: Format check
run: |
Expand Down

0 comments on commit 05e7625

Please sign in to comment.