Skip to content

Commit

Permalink
Investigate
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesa2 committed May 9, 2024
1 parent 682b2ca commit 135c97e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/Android-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 135c97e

Please sign in to comment.