Skip to content

Commit

Permalink
Add VisionOS tests to GitHub Actions (#1528)
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: #1528

Differential Revision: D63714960
  • Loading branch information
Matt Blagden authored and facebook-github-bot committed Oct 1, 2024
1 parent ded62d3 commit dd6ea03
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,14 @@ jobs:
-destination 'platform=iOS Simulator,name=iPhone 14' \
-scheme ApplePlatformsIntegrationMobileTests
working-directory: test/ApplePlatformsIntegrationTestApp
- name: Test Apple Vision application
run: |-
xcodebuild test \
-workspace ApplePlatformsIntegrationTests.xcworkspace \
-configuration Debug \
-destination 'platform=visionOS Simulator,name=Apple Vision Pro' \
-scheme ApplePlatformsIntegrationVisionOSTests
working-directory: test/ApplePlatformsIntegrationTestApp
package-apple-runtime:
runs-on: macos-latest
needs:
Expand Down

0 comments on commit dd6ea03

Please sign in to comment.