Skip to content

Commit

Permalink
Extend memory
Browse files Browse the repository at this point in the history
Signed-off-by: Tomoyuki Morita <[email protected]>
  • Loading branch information
ykmr1224 committed Nov 13, 2024
1 parent 182689c commit 810c188
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-and-build-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,8 @@ jobs:
- name: Style check
run: sbt scalafmtCheckAll

- name: Set SBT_OPTS
run: echo "SBT_OPTS=-Xmx8G" >> $GITHUB_ENV

- name: Integ Test
run: sbt integtest/integration

0 comments on commit 810c188

Please sign in to comment.