Skip to content

Commit 36fe9a8

Browse files
committed
Reenable regular emulator tests
1 parent 08da1c3 commit 36fe9a8

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

.github/workflows/blueprints.yaml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,7 @@ jobs:
6868
# with:
6969
# java-version: 11
7070
#
71-
# - name: Run instrumentation tests
72-
# uses: reactivecircus/android-emulator-runner@v2
73-
# with:
74-
# api-level: ${{ matrix.api-level }}
75-
# arch: x86
76-
# disable-animations: true
77-
# script: ./gradlew app:cMDAT --stacktrace
71+
7872
#
7973
# - name: Upload test reports
8074
# if: always()
@@ -147,6 +141,14 @@ jobs:
147141
working-directory: .
148142
run: ./gradlew -Pandroid.sdk.channel=3 -Pandroid.experimental.androidTest.numManagedDeviceShards=1 -Pandroid.testoptions.manageddevices.emulator.gpu="swiftshader_indirect" pixel2api30atdMockDebugAndroidTest
149143

144+
- name: Run instrumentation tests API 30
145+
uses: reactivecircus/android-emulator-runner@v2
146+
with:
147+
api-level: 30
148+
arch: x86
149+
disable-animations: true
150+
script: ./gradlew app:cMDAT --stacktrace
151+
150152
- name: Upload build reports
151153
if: always()
152154
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)