From 95e0cf6e2855506e3574d9186d834815251bde1f Mon Sep 17 00:00:00 2001 From: mattbfb <111091151+mattbfb@users.noreply.github.com> Date: Wed, 29 May 2024 17:04:10 -0400 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 26 ++++++++------------------ 1 file changed, 8 insertions(+), 18 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6f3b93e1872..7bbfc1c3090 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -164,29 +164,19 @@ jobs: with: xcode-version: 14.3.1 - uses: actions/checkout@v4.1.0 - - name: Cache setup - uses: actions/cache@v4.0.0 - with: - key: v4-repo-${{ github.sha }} - path: |- - build_iphoneos - build_catalyst - build_iphonesimulator - build_macosx - destroot - name: Install dependencies run: brew install cmake ninja - name: Build the test application run: pod install working-directory: test/ApplePlatformsIntegrationTestApp - - name: Test MacOS application - run: |- - xcodebuild test \ - -workspace ApplePlatformsIntegrationTests.xcworkspace \ - -configuration Debug \ - -destination 'platform=macOS' \ - -scheme ApplePlatformsIntegrationMacTests - working-directory: test/ApplePlatformsIntegrationTestApp + #- name: Test MacOS application + # run: |- + # xcodebuild test \ + # -workspace ApplePlatformsIntegrationTests.xcworkspace \ + # -configuration Debug \ + # -destination 'platform=macOS' \ + # -scheme ApplePlatformsIntegrationMacTests + # working-directory: test/ApplePlatformsIntegrationTestApp - name: Test iPhone application run: |- xcodebuild test \