Skip to content

Commit e512cb6

Browse files
committed
Adds ATD to non-GMD runs
1 parent 9dcad01 commit e512cb6

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/blueprints.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,16 @@ jobs:
164164
disable-animations: true
165165
script: ./gradlew app:cMDAT --stacktrace
166166

167+
- name: Run instrumentation tests API 30 ATD
168+
uses: reactivecircus/android-emulator-runner@v2
169+
with:
170+
api-level: 30
171+
arch: x86
172+
channel: canary
173+
target: aosp_atd
174+
disable-animations: true
175+
script: ./gradlew app:cMDAT --stacktrace
176+
167177
- name: Upload build reports
168178
if: always()
169179
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)