Skip to content

Commit

Permalink
Fix CI: set stack size
Browse files Browse the repository at this point in the history
  • Loading branch information
adpi2 committed Nov 22, 2022
1 parent 050c409 commit 4698ec4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:
jvm: "adopt:1.8"
- uses: coursier/cache-action@v5
- name: Unit tests
run: sbtn test
run: sbt test
shell: bash
- name: Package server
run: sbtn server/universal:packageBin
run: sbt server/universal:packageBin
shell: bash
integration:
runs-on: ubuntu-latest
Expand All @@ -41,8 +41,7 @@ jobs:
- uses: coursier/setup-action@v1
with:
jvm: "adopt:1.8"
- uses: coursier/cache-action@v5
- name: Integration tests
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: sbtn 'IntegrationTest / test'
run: sbt 'IntegrationTest/test'
1 change: 1 addition & 0 deletions .jvmopts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
-Xmx2G
-Xss2M

0 comments on commit 4698ec4

Please sign in to comment.