Skip to content

Commit

Permalink
👷 iOS 경로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
SwiftyJunnos committed Nov 25, 2023
1 parent 46bc558 commit 74b5065
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/Xcode_build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
- name: Generate matrix
id: set-matrix
run: |
cd iOS
matrix="{\"include\":["
first_entry=true
for package in MSCoreKit MSFoundation MSUIKit; do
Expand Down Expand Up @@ -68,6 +69,7 @@ jobs:
if: ${{ !contains(matrix.scheme, 'Tests') }}
run: |
echo "🛠️ Building ${{ matrix.package }} - Scheme: ${{ matrix.scheme }}"
cd iOS/${{ matrix.package }}
xcodebuild \
-scheme ${{ matrix.scheme }} \
-destination 'platform=iOS Simulator,name=iPhone 15 Pro' \
Expand All @@ -77,6 +79,7 @@ jobs:
if: ${{ contains(matrix.scheme, 'Tests') }}
run: |
echo "🧪 Testing ${{ matrix.package }} - Scheme: ${{ matrix.scheme }}"
cd iOS/${{ matrix.package }}
xcodebuild clean test \
-scheme ${{ matrix.scheme }} \
-destination 'platform=iOS Simulator,name=iPhone 14 Pro'
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,4 @@
import XCTest
import MSUserDefaults

final class MSUserDefaultsTests: XCTestCase {

}
final class MSUserDefaultsTests: XCTestCase { }

0 comments on commit 74b5065

Please sign in to comment.