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 cd21dea commit eb6f6fa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/REVIEW_CODE.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
cd ~/Library/Developer/Xcode/DerivedData/SwiftCinema-*/Build/Products/Debug-iphonesimulator/SwiftCinema.app
if test -d /Frameworks; then
echo "There's the framework here"
else
echo "There's no the framework here"
exit 1
fi
Expand Down

0 comments on commit eb6f6fa

Please sign in to comment.