From 07bc2551c6552dd729629c0d5cf6e2138a4a89df Mon Sep 17 00:00:00 2001 From: Wojciech Lewicki Date: Tue, 23 Jul 2024 13:51:27 +0200 Subject: [PATCH 1/2] chore: add verbose to pod install --- .github/workflows/testBuild.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 677b2ca0bdd2b854ef9701edc3b89b72f0c5a35a Mon Sep 17 00:00:00 2001 From: Wojciech Lewicki Date: Tue, 23 Jul 2024 16:34:23 +0200 Subject: [PATCH 2/2] fix: add verbose to workflow test too --- workflow_tests/assertions/testBuildAssertions.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'}, ], [], ),