diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ac89be00..c1c06a2d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,6 +21,10 @@ jobs: run: xcodebuild -scheme FlyingFox-Package -sdk iphonesimulator16.4 -destination '${{env.XCODE_DESTINATION}}' build-for-testing - name: Test run: xcodebuild -scheme FlyingFox-Package -sdk iphonesimulator16.4 -destination '${{env.XCODE_DESTINATION}}' test-without-building + - name: Test + run: xcodebuild -scheme FlyingFox-Package -sdk iphonesimulator16.4 -destination '${{env.XCODE_DESTINATION}}' test-without-building + - name: Test + run: xcodebuild -scheme FlyingFox-Package -sdk iphonesimulator16.4 -destination '${{env.XCODE_DESTINATION}}' test-without-building xcode_15_0_simulator: runs-on: macos-13 @@ -37,3 +41,7 @@ jobs: run: xcodebuild -scheme FlyingFox-Package -sdk iphonesimulator17.0 -destination '${{env.XCODE_DESTINATION}}' build-for-testing - name: Test run: xcodebuild -scheme FlyingFox-Package -sdk iphonesimulator17.0 -destination '${{env.XCODE_DESTINATION}}' test-without-building + - name: Test + run: xcodebuild -scheme FlyingFox-Package -sdk iphonesimulator17.0 -destination '${{env.XCODE_DESTINATION}}' test-without-building + - name: Test + run: xcodebuild -scheme FlyingFox-Package -sdk iphonesimulator17.0 -destination '${{env.XCODE_DESTINATION}}' test-without-building