From 46ae552b20a4dd32d0c15e8d2fe517bfe13d7ed1 Mon Sep 17 00:00:00 2001 From: Richard Macias Date: Wed, 4 Mar 2026 10:30:33 -0600 Subject: [PATCH] PR tests should be verbose and show apks targeted --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 151682d..d9b5847 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: |