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 ddcc208 commit c83758a
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 @@ -15,15 +15,15 @@ workflows:
Validate:
jobs:
- 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:
jobs:
- release:
Expand All @@ -33,9 +33,9 @@ workflows:
ignore: /.*/
tags:
only: /.*/
requires:
- validate-CocoaPods
- validate-Carthage
# requires:
# - validate-CocoaPods
# - validate-Carthage

jobs:
test-Mac:
Expand Down

0 comments on commit c83758a

Please sign in to comment.