Skip to content

Commit

Permalink
falcon build
Browse files Browse the repository at this point in the history
  • Loading branch information
albho committed Apr 17, 2024
1 parent 63f7c92 commit 417ad21
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ios-perf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
- name: XCode Build
run: xcrun xcodebuild build-for-testing
-configuration Debug
-workspace CobraAppTest.xcworkspace
-workspace FalconAppTest.xcworkspace
-sdk iphoneos
-scheme PerformanceTest
-derivedDataPath ddp
Expand All @@ -83,8 +83,8 @@ jobs:
- name: Run Tests on AppCenter
run: appcenter test run xcuitest
--token ${{secrets.APPCENTERAPITOKEN}}
--app "Picovoice/Cobra-iOS"
--app "Picovoice/Falcon-iOS"
--devices "Picovoice/${{ matrix.device }}"
--test-series "cobra-ios"
--test-series "falcon-ios"
--locale "en_US"
--build-dir ddp/Build/Products/Debug-iphoneos

0 comments on commit 417ad21

Please sign in to comment.