Skip to content

Commit

Permalink
Update ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan3d committed Aug 8, 2023
1 parent 4f6c065 commit 9fd0acb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Run checks
env:
ANDROID_GRADLE_PLUGIN_VERSION: ${{ matrix.android-gradle-plugin }}
run: ./gradlew check --no-daemon --stacktrace "-Dorg.gradle.jvmargs=-XX:+UseContainerSupport"
run: ./gradlew check --no-daemon --stacktrace "-Dorg.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=2048m"

- name: Archive sample HTML report
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 9fd0acb

Please sign in to comment.