Skip to content

Commit

Permalink
removed verbose from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ypopovych committed Aug 29, 2023
1 parent 7865987 commit 7996a77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
name: swift_test_node_full_log.txt
path: node_log.txt
- name: Substrate Build & Test Cocoapods
run: pod repo update && pod lib lint --allow-warnings --fail-fast --verbose Substrate.podspec
run: pod repo update && pod lib lint --allow-warnings --fail-fast 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
Expand Down

0 comments on commit 7996a77

Please sign in to comment.