Merge pull request #10 from gradle/tt/fix-local-tests

Correct local tests dir
pull/1391/head
Tom Tresansky 1 year ago committed by GitHub
commit 094162a15d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -111,7 +111,7 @@ jobs:
# Run local tests after screenshot tests to avoid wrong UP-TO-DATE. TODO: Ignore screenshots.
- name: Run local tests
if: always()
run: ./gradlew testDemoDebug :lint:test
run: ./now-in-android/gradlew testDemoDebug :lint:test -p now-in-android
# Replace task exclusions with `-Pandroidx.baselineprofile.skipgeneration` when
# https://android-review.googlesource.com/c/platform/frameworks/support/+/2602790 landed in a
# release build

Loading…
Cancel
Save