Skip to content

Commit f6fea36

Browse files
committed
Enable logcat in CI for API level 33
1 parent cffb79a commit f6fea36

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.github/workflows/builtAndTest.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
build-and-test-client:
1313
strategy:
1414
matrix:
15-
api-level: [30, 33, 35]
15+
api-level: [33]
1616

1717
runs-on: ubuntu-latest
1818

@@ -65,12 +65,10 @@ jobs:
6565
with:
6666
api-level: ${{ matrix.api-level }}
6767
arch: x86_64
68-
script: ./gradlew -is connectedCheck
69-
# Uncomment to enable logs
70-
# script: |
71-
# adb logcat -c
72-
# adb logcat &
73-
# gradle -is connectedCheck
68+
script: |
69+
adb logcat -c
70+
adb logcat &
71+
gradle -is connectedCheck
7472
7573
build-server:
7674
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)