Skip to content

Commit

Permalink
revert workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ksyeo1010 committed Nov 17, 2023
1 parent 2a1ecc3 commit 67d7ccb
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ios-appcenter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@ jobs:
name: Run iOS Tests on AppCenter
runs-on: macos-latest

strategy:
matrix:
devices: [iphone-7-13.4.1, iphone-12pro-15.2.1, iphone-11-16.3.1]

steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down Expand Up @@ -71,7 +67,7 @@ jobs:
run: appcenter test run xcuitest
--token ${{secrets.APPCENTERAPITOKEN}}
--app "Picovoice/Octopus-iOS"
--devices "Picovoice/${{ matrix.devices }}"
--devices "Picovoice/ios-min-max"
--test-series "octopus-ios"
--locale "en_US"
--build-dir ddp/Build/Products/Debug-iphoneos

0 comments on commit 67d7ccb

Please sign in to comment.