Skip to content

Commit

Permalink
Update test-all.yml to accept licenses
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseAlcerreca authored Dec 3, 2024
1 parent bb1c517 commit 5712371
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
distribution: 'zulu' # See 'Supported distributions' for available options
java-version: '17'
cache: 'gradle'


- name: Setup Android SDK
uses: android-actions/setup-android@v3

- name: Build project and run local and device tests
run: ./test_all.sh

0 comments on commit 5712371

Please sign in to comment.