Skip to content

Commit a5aa218

Browse files
committed
Next try
1 parent 4cb0b38 commit a5aa218

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pull-request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ jobs:
3434
- name: Install Android SDK
3535
uses: malinskiy/action-android/install-sdk@release/0.1.4
3636
- name: Build project
37-
run: ./gradlew assemble
38-
- name: Run instrumentation tests
3937
run: ./gradlew nexusOneApi30DebugAndroidTest
38+
# - name: Run instrumentation tests
39+
# run: ./gradlew nexusOneApi30DebugAndroidTest
4040
# api: ${{ matrix.api }}
4141
# tag: ${{ matrix.tag }}
4242
# abi: ${{ matrix.abi }}

0 commit comments

Comments
 (0)