Skip to content

Commit

Permalink
Merge branch 'feature/image-feed/cache-feed-use-case'
Browse files Browse the repository at this point in the history
  • Loading branch information
tattva20 committed Nov 13, 2024
2 parents 3899d46 + c6037e3 commit 0b358af
Show file tree
Hide file tree
Showing 25 changed files with 637 additions and 102 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,6 @@ jobs:
run: /usr/bin/xcodebuild -version

- name: Build and Test
run: xcodebuild clean build test -project EssentialFeed/EssentialFeed.xcodeproj -scheme "CI" CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO -sdk macosx -destination "platform=macOS,arch=arm64" ONLY_ACTIVE_ARCH=YES
run:|
xcodebuild clean build test -project EssentialFeed/EssentialFeed.xcodeproj -scheme "CI_macOS" CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO -sdk macosx -destination "platform=macOS,arch=arm64" ONLY_ACTIVE_ARCH=YES
xcodebuild clean build test -project EssentialFeed/EssentialFeed.xcodeproj -scheme "CI_IOS" CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO -sdk iphonesimulator -destination "platform=iOS Simulator,name=iPhone 14" ONLY_ACTIVE_ARCH=YES
11 changes: 9 additions & 2 deletions EssentialFeed/CI.xctestplan
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@
"threadSanitizerEnabled" : true
},
"testTargets" : [
{
"target" : {
"containerPath" : "container:EssentialFeed.xcodeproj",
"identifier" : "6E5625722CC34F4800F339F1",
"name" : "EssentialFeedAPIEndToEndTests"
}
},
{
"target" : {
"containerPath" : "container:EssentialFeed.xcodeproj",
Expand All @@ -30,8 +37,8 @@
{
"target" : {
"containerPath" : "container:EssentialFeed.xcodeproj",
"identifier" : "6E5625722CC34F4800F339F1",
"name" : "EssentialFeedAPIEndToEndTests"
"identifier" : "6E2085C92CE55DD000A98690",
"name" : "EssentialFeediOSTests"
}
}
],
Expand Down
Loading

0 comments on commit 0b358af

Please sign in to comment.