From 57123711309abaca2f08bca1520bf9453e944ec7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jose=20Alc=C3=A9rreca?= Date: Tue, 3 Dec 2024 16:46:51 +0100 Subject: [PATCH] Update test-all.yml to accept licenses --- .github/workflows/test-all.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-all.yml b/.github/workflows/test-all.yml index bfccb660..5d7e86b9 100644 --- a/.github/workflows/test-all.yml +++ b/.github/workflows/test-all.yml @@ -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