Skip to content

Commit

Permalink
increase memory
Browse files Browse the repository at this point in the history
  • Loading branch information
oliveregger committed Aug 21, 2024
1 parent 378e667 commit 8f06ac5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@ jobs:
timeout-minutes: 90 # We need a long timeout here
run: mvn --batch-mode --no-transfer-progress --update-snapshots -Dmatchbox.version="${{ env.MATCHBOX_VERSION }}" verify site
working-directory: matchbox-int-tests

env:
MAVEN_OPTS: -Xmx2g

- uses: actions/upload-artifact@v4
if: always()
with:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,6 @@ jobs:
- name: Run the tests in Maven
timeout-minutes: 15
# We need a timeout here
env:
MAVEN_OPTS: -Xmx2g
run: mvn --batch-mode --no-transfer-progress --update-snapshots verify

0 comments on commit 8f06ac5

Please sign in to comment.