diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml index 42f84816..05bb978b 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -14,9 +14,9 @@ jobs: steps: - uses: actions/checkout@v2 - name: Build app - run: xcodebuild clean build test -enableCodeCoverage YES -project CountryPicker/CountryPicker.xcodeproj -scheme CountryPicker -destination 'platform=iOS Simulator,name=iPhone 8' ONLY_ACTIVE_ARCH=YES + run: xcodebuild clean build test -enableCodeCoverage YES -project CountryPicker/Framework/Framework.xcodeproj -scheme Framework -destination 'platform=iOS Simulator,name=iPhone 15' ONLY_ACTIVE_ARCH=YES - name: Run tests - run: xcodebuild -project 'CountryPicker/CountryPicker.xcodeproj' -scheme 'CountryPicker' -destination 'platform=iOS Simulator,name=iPhone 8' test | xcpretty + run: xcodebuild -project 'CountryPicker/Framework/Framework.xcodeproj' -scheme 'Framework' -destination 'platform=iOS Simulator,name=iPhone 15' test | xcpretty