Skip to content

Commit

Permalink
Merge pull request #46002 from software-mansion-labs/@wolewicki/add-v…
Browse files Browse the repository at this point in the history
…erbose-to-pod-install

[NoQA] chore: add verbose to pod install
  • Loading branch information
dangrous authored Jul 24, 2024
2 parents a79189f + 677b2ca commit b3ddfd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/testBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion workflow_tests/assertions/testBuildAssertions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'},
],
[],
),
Expand Down

0 comments on commit b3ddfd5

Please sign in to comment.