Skip to content

Commit 8e150ff

Browse files
committed
update workflow
1 parent b992c8f commit 8e150ff

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/ui_tests.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,9 @@ jobs:
1010
ui-test-ios:
1111
runs-on: macos-15
1212
steps:
13-
- name: Resolve and update Swift packages
14-
working-directory: Tests/AuthenticatorHostApp
15-
run: xcodebuild -resolvePackageDependencies -scheme AuthenticatorHostApp
16-
1713
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
1814
- name: UI test Authenticator on iOS
1915
working-directory: Tests/AuthenticatorHostApp
20-
run: xcodebuild test -scheme AuthenticatorHostApp -sdk 'iphonesimulator' -destination 'platform=iOS Simulator,name=iPhone 16 Pro Max,OS=latest' -derivedDataPath Build/ -clonedSourcePackagesDirPath ~/Library/Developer/Xcode/DerivedData/Authenticator | xcpretty --simple --color --report junit && exit ${PIPESTATUS[0]}
16+
run: |
17+
xcodebuild -resolvePackageDependencies -scheme AuthenticatorHostApp
18+
xcodebuild test -scheme AuthenticatorHostApp -sdk 'iphonesimulator' -destination 'platform=iOS Simulator,name=iPhone 16 Pro Max,OS=latest' -derivedDataPath Build/ -clonedSourcePackagesDirPath ~/Library/Developer/Xcode/DerivedData/Authenticator | xcpretty --simple --color --report junit && exit ${PIPESTATUS[0]}

0 commit comments

Comments
 (0)