Skip to content

Commit edf91bd

Browse files
authored
Merge pull request #1771 from SimonMarquis/patch-2
Fix CI workflow OOM
2 parents 900b8b1 + 4e20602 commit edf91bd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/Build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
uses: gradle/actions/setup-gradle@v4
4040

4141
- name: Check build-logic
42-
run: ./gradlew check -p build-logic
42+
run: ./gradlew :build-logic:convention:check
4343

4444
- name: Check spotless
4545
run: ./gradlew spotlessCheck --init-script gradle/init.gradle.kts --no-configuration-cache

.github/workflows/NightlyBaselineProfiles.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
run: yes | sdkmanager --licenses || true
4545

4646
- name: Check build-logic
47-
run: ./gradlew check -p build-logic
47+
run: ./gradlew :build-logic:convention:check
4848

4949
- name: Setup GMD
5050
run: ./gradlew :benchmarks:pixel6Api33Setup
@@ -57,4 +57,4 @@ jobs:
5757
run: ./gradlew :app:generateReleaseBaselineProfile
5858
-Pandroid.testInstrumentationRunnerArguments.androidx.benchmark.enabledRules=baselineprofile
5959
-Pandroid.testoptions.manageddevices.emulator.gpu="swiftshader_indirect"
60-
--stacktrace
60+
--stacktrace

0 commit comments

Comments
 (0)