Skip to content

Commit

Permalink
Update to XCode 15/iOS 17 simulator
Browse files Browse the repository at this point in the history
  • Loading branch information
loremattei committed Jan 15, 2024
1 parent 0eb447c commit 29f0b68
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/end-to-end.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,34 +40,37 @@ jobs:
run: |
set -o pipefail && xcodebuild \
-scheme "DuckDuckGo" \
-destination "platform=iOS Simulator,name=iPhone 14,OS=16.4" \
-destination "platform=iOS Simulator,name=iPhone 115,OS=17.1" \
-derivedDataPath "DerivedData" \
-skipPackagePluginValidation \
| tee xcodebuild.log
- name: Release tests
uses: mobile-dev-inc/action-maestro-cloud@v1.4.1
uses: mobile-dev-inc/action-maestro-cloud@v1.8.0
with:
api-key: ${{ secrets.MAESTRO_CLOUD_API_KEY }}
app-file: DerivedData/Build/Products/Debug-iphonesimulator/DuckDuckGo.app
workspace: .maestro
include-tags: release
ios-version: 17

- name: Privacy tests
uses: mobile-dev-inc/action-maestro-cloud@v1.4.1
uses: mobile-dev-inc/action-maestro-cloud@v1.8.0
with:
api-key: ${{ secrets.MAESTRO_CLOUD_API_KEY }}
app-file: DerivedData/Build/Products/Debug-iphonesimulator/DuckDuckGo.app
workspace: .maestro
include-tags: privacy
ios-version: 17

- name: Ad Click Detection Flow tests
uses: mobile-dev-inc/action-maestro-cloud@v1.4.1
uses: mobile-dev-inc/action-maestro-cloud@v1.8.0
with:
api-key: ${{ secrets.MAESTRO_CLOUD_API_KEY }}
app-file: DerivedData/Build/Products/Debug-iphonesimulator/DuckDuckGo.app
workspace: .maestro
include-tags: adClick
ios-version: 17

- name: Create Asana task when workflow failed
if: ${{ failure() }}
Expand Down

0 comments on commit 29f0b68

Please sign in to comment.