Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.

Commit

Permalink
[수정] 테스트 개선
Browse files Browse the repository at this point in the history
  • Loading branch information
x-0o0 committed Dec 30, 2023
1 parent dd78448 commit cd21dea
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/REVIEW_CODE.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ jobs:
- name: 빌드
run: |
xcodebuild build -project SwiftCinema.xcodeproj -scheme SwiftCinema -destination 'platform=iOS Simulator,name=iPhone 15 Pro,OS=latest'
cd ~/Library/Developer/Xcode/DerivedData/SwiftCinema-*/Build/Products/Debug-iphonesimulator/SwiftCinema.app
if test -d /Frameworks; then
echo "There's the framework here"
fi
build-package:
name: 스위프트 패키지를 빌드 합니다
Expand All @@ -37,7 +42,8 @@ jobs:
- name: 빌드
run: |
cd swift-cinema
xcodebuild build -scheme Cinema -destination 'platform=iOS Simulator,name=iPhone 15 Pro,OS=latest'
xcodebuild build -scheme swift-cinema -destination 'platform=iOS Simulator,name=iPhone 15 Pro,OS=latest'
test-package:
name: 스위프트 패키지를 테스트 합니다
Expand Down

0 comments on commit cd21dea

Please sign in to comment.