Skip to content

Commit 5712371

Browse files
Update test-all.yml to accept licenses
1 parent bb1c517 commit 5712371

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test-all.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ jobs:
1818
distribution: 'zulu' # See 'Supported distributions' for available options
1919
java-version: '17'
2020
cache: 'gradle'
21-
21+
22+
- name: Setup Android SDK
23+
uses: android-actions/setup-android@v3
24+
2225
- name: Build project and run local and device tests
2326
run: ./test_all.sh

0 commit comments

Comments
 (0)