diff --git a/.github/workflows/testBuild.yml b/.github/workflows/testBuild.yml index e0ff9296abc0..1abe22dc395d 100644 --- a/.github/workflows/testBuild.yml +++ b/.github/workflows/testBuild.yml @@ -185,7 +185,7 @@ jobs: with: timeout_minutes: 10 max_attempts: 5 - command: cd ios && bundle exec pod install + command: cd ios && bundle exec pod install --verbose - name: Decrypt AdHoc profile run: cd ios && gpg --quiet --batch --yes --decrypt --passphrase="$LARGE_SECRET_PASSPHRASE" --output NewApp_AdHoc.mobileprovision NewApp_AdHoc.mobileprovision.gpg diff --git a/workflow_tests/assertions/testBuildAssertions.ts b/workflow_tests/assertions/testBuildAssertions.ts index 5fb0a8fd9342..72b36e47639a 100644 --- a/workflow_tests/assertions/testBuildAssertions.ts +++ b/workflow_tests/assertions/testBuildAssertions.ts @@ -170,7 +170,7 @@ function assertIOSJobExecuted(workflowResult: Step[], ref = '', didExecute = tru [ {key: 'timeout_minutes', value: '10'}, {key: 'max_attempts', value: '5'}, - {key: 'command', value: 'cd ios && bundle exec pod install'}, + {key: 'command', value: 'cd ios && bundle exec pod install --verbose'}, ], [], ),