Skip to content

Commit

Permalink
Tweaked config
Browse files Browse the repository at this point in the history
  • Loading branch information
abbeycode committed Jul 13, 2021
1 parent 5081ce3 commit bbdcff5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@ workflows:
- test-ExampleApp
Validate:
jobs:
- validate-CocoaPods
- validate-CocoaPods:
requires:
- test-Mac
- test-iOS
- test-ExampleApp
- validate-Carthage
- validate-Carthage:
requires:
- test-Mac
- test-iOS
- test-ExampleApp
Release:
jobs:
- release
- release:
requires:
- validate-CocoaPods
- validate-Carthage
Expand Down

0 comments on commit bbdcff5

Please sign in to comment.