From 9332fb502e93eb77b28402525430d25797897bbb Mon Sep 17 00:00:00 2001 From: Jagadeesh Branch <102190347+JagadeeshKaricherla-branch@users.noreply.github.com> Date: Fri, 6 Oct 2023 12:11:28 -0700 Subject: [PATCH] Update verify.yml --- .github/workflows/verify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index 0c169ae94..c498a4188 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -32,7 +32,7 @@ jobs: # makes it easier to keep track of installation time via GHA without # adding execution time to the next step. - name: Install CocoaPods dependencies - run: bundle exec fastlane prepare_pods + run: bundle exec fastlane prepare_pods --verbose - name: Run unit tests run: bundle exec fastlane unit_tests - name: Upload test results