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 146d877 commit ddcc208
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,11 @@ executors:
workflows:
version: 2
Test:
e: my-xcode
jobs:
- test-Mac
- test-iOS
- test-ExampleApp
Validate:
e: my-xcode
jobs:
- validate-CocoaPods:
requires:
Expand All @@ -27,7 +25,6 @@ workflows:
- test-iOS
- test-ExampleApp
Release:
e: my-xcode
jobs:
- release:
# Only run for tags
Expand Down

0 comments on commit ddcc208

Please sign in to comment.