diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dbdcbac..e1f814c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -97,9 +97,9 @@ jobs: with: xcode-version: latest-stable # Sometimes a newer version of Xcode is available but isn't yet made default - name: Build - run: xcodebuild build -workspace ".swiftpm/xcode/package.xcworkspace" -scheme "TimecodeKit-CI" -destination "generic/platform=watchOS Simulator,name=Any watchOS Simulator Device" | xcpretty && exit ${PIPESTATUS[0]} + run: xcodebuild build -workspace ".swiftpm/xcode/package.xcworkspace" -scheme "XCTestUtils-CI" -destination "generic/platform=watchOS Simulator,name=Any watchOS Simulator Device" | xcpretty && exit ${PIPESTATUS[0]} - name: Unit Tests - run: xcodebuild test -workspace ".swiftpm/xcode/package.xcworkspace" -scheme "TimecodeKit-CI" -destination "platform=watchOS Simulator,name=Apple Watch Series 10 (46mm)" | xcpretty && exit ${PIPESTATUS[0]} + run: xcodebuild test -workspace ".swiftpm/xcode/package.xcworkspace" -scheme "XCTestUtils-CI" -destination "platform=watchOS Simulator,name=Apple Watch Series 10 (46mm)" | xcpretty && exit ${PIPESTATUS[0]} # xcodebuild test reference: # https://developer.apple.com/library/archive/documentation/DeveloperTools/Conceptual/testing_with_xcode/chapters/08-automation.html