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

Commit

Permalink
[수정] 테스트코드 오류 수정 (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
x-0o0 authored Jan 2, 2024
1 parent 42b6bc4 commit 1aed29c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/REVIEW_CODE.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
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
if test -d Frameworks; then
echo "There's the framework here"
else
echo "There's no the framework here"
Expand Down

0 comments on commit 1aed29c

Please sign in to comment.