From 18f5500832bbb5287ba8c93ad50a15778ebe6bcb Mon Sep 17 00:00:00 2001 From: Yehor Popovych Date: Mon, 28 Aug 2023 15:06:24 +0100 Subject: [PATCH] verbose cocoapods --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a361af3..f7b63dc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -36,7 +36,7 @@ jobs: name: swift_test_node_full_log.txt path: node_log.txt - name: Substrate Build & Test Cocoapods - run: pod lib lint --allow-warnings --fail-fast Substrate.podspec + run: pod lib lint --allow-warnings --fail-fast --verbose Substrate.podspec - name: Keychain Build & Test Cocoapods run: pod lib lint --allow-warnings --fail-fast --include-podspecs=Substrate.podspec Substrate-Keychain.podspec - name: RPC Build & Test Cocoapods