diff --git a/.github/workflows/REVIEW_CODE.yml b/.github/workflows/REVIEW_CODE.yml index 5198af9..a67ece8 100644 --- a/.github/workflows/REVIEW_CODE.yml +++ b/.github/workflows/REVIEW_CODE.yml @@ -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