From 135c97ecf7960293a256c1486eefb0a1a8d0dda8 Mon Sep 17 00:00:00 2001 From: Hannes Achleitner Date: Thu, 9 May 2024 10:11:51 +0200 Subject: [PATCH] Investigate --- .github/workflows/Android-CI.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/Android-CI.yml b/.github/workflows/Android-CI.yml index ccc0d7a1..17adcf14 100644 --- a/.github/workflows/Android-CI.yml +++ b/.github/workflows/Android-CI.yml @@ -52,6 +52,10 @@ jobs: path: | applications/**/build/outputs/connected_android_test_additional_output/debugAndroidTest/connected applications/**/build/outputs/androidTest-results/connected + - name: investigate aar + run: find . -name "*.aar" + - name: investigate jar + run: find . -name "*.jar" Check: name: Check runs-on: ${{ matrix.os }}