Skip to content

Commit

Permalink
Remove SwiftPM plugin test step
Browse files Browse the repository at this point in the history
  • Loading branch information
calvincestari committed Nov 7, 2022
1 parent 45d4c58 commit 89f8b00
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .circleci/config.yml
Expand Up @@ -104,16 +104,6 @@ commands:
working_directory: Tests/CodegenCLITests/pod-install-test/
command: ./Pods/Apollo/apollo-ios-cli generate
name: CocoaPods - CLI Test (generate)
swiftpm_plugin_test:
steps:
- run:
working_directory: Tests/CodegenCLITests/swiftpm-test/
command: swift build
name: SwiftPM - Build package
- run:
working_directory: Tests/CodegenCLITests/swiftpm-test/
command: swift package plugin --allow-writing-to-package-directory apollo-generate --verbose
name: SwiftPM - Plugin Test (generate)
save-xcodebuild-artifacts:
description: Save artifacts logs, crash reports and test results generated by xcodebuild
steps:
Expand Down Expand Up @@ -248,7 +238,6 @@ jobs:
steps:
- common_test_setup
- cocoapods_install_test
- swiftpm_plugin_test

workflows:
version: 2
Expand Down

0 comments on commit 89f8b00

Please sign in to comment.