Skip to content

Commit

Permalink
Fix the yml files
Browse files Browse the repository at this point in the history
  • Loading branch information
ispiryan committed May 10, 2024
1 parent cb33e57 commit 4f43156
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 32 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI-macOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
run: /usr/bin/xcodebuild -version

- name: Build and Test
run: xcodebuild clean build test -project FeedApp.xcodeproj -scheme "CI" CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO -sdk macosx -destination "platform=macOS" ONLY_ACTIVE_ARCH=YES
run: xcodebuild clean build test -project FeedApp.xcodeproj -scheme "CI_macOS" CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO -sdk macosx -destination "platform=macOS" ONLY_ACTIVE_ARCH=YES
31 changes: 0 additions & 31 deletions .github/workflows/CI.yml

This file was deleted.

0 comments on commit 4f43156

Please sign in to comment.