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 cadcbba commit a4e69d6
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ workflows:

# Validation
- validate-CocoaPods:
requires:
- test-Mac
- test-iOS
- test-ExampleApp
requires:
- test-Mac
- test-iOS
- test-ExampleApp
- validate-Carthage:
requires:
- test-Mac
- test-iOS
- test-ExampleApp
requires:
- test-Mac
- test-iOS
- test-ExampleApp

# Release
- release:
Expand All @@ -34,9 +34,9 @@ workflows:
ignore: /.*/
tags:
only: /.*/
requires:
- validate-CocoaPods
- validate-Carthage
requires:
- validate-CocoaPods
- validate-Carthage

jobs:
test-Mac:
Expand Down

0 comments on commit a4e69d6

Please sign in to comment.