PR tests should be verbose and show apks targeted

This commit is contained in:
Richard Macias
2026-03-04 10:30:33 -06:00
parent de35eff5b4
commit 46ae552b20

View File

@@ -23,7 +23,7 @@ jobs:
- name: Test
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: python scripts/test-apps.py
run: python scripts/test-apps.py --verbose --apks
- name: Generate
run: |