We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f285ce commit 4e20602Copy full SHA for 4e20602
.github/workflows/NightlyBaselineProfiles.yaml
@@ -44,7 +44,7 @@ jobs:
44
run: yes | sdkmanager --licenses || true
45
46
- name: Check build-logic
47
- run: ./gradlew check -p build-logic
+ run: ./gradlew :build-logic:convention:check
48
49
- name: Setup GMD
50
run: ./gradlew :benchmarks:pixel6Api33Setup
@@ -57,4 +57,4 @@ jobs:
57
run: ./gradlew :app:generateReleaseBaselineProfile
58
-Pandroid.testInstrumentationRunnerArguments.androidx.benchmark.enabledRules=baselineprofile
59
-Pandroid.testoptions.manageddevices.emulator.gpu="swiftshader_indirect"
60
- --stacktrace
+ --stacktrace
0 commit comments