Skip to content

Commit d0b4981

Browse files
committed
Merge branch 'ensure-the-mullvadvpnuitests-target-is-not-broken-post-merge-ios-512'
2 parents 5f0f0ae + 255ec49 commit d0b4981

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/ios-validate-build-schemas.yml

+9-1
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,15 @@ jobs:
5656
cp PacketTunnel.xcconfig.template PacketTunnel.xcconfig
5757
cp Screenshots.xcconfig.template Screenshots.xcconfig
5858
cp Api.xcconfig.template Api.xcconfig
59+
cp UITests.xcconfig.template UITests.xcconfig
5960
working-directory: ios/Configurations
6061

6162
- name: Install xcbeautify
6263
run: |
6364
brew update
6465
brew install xcbeautify
6566
66-
- name: Run build validation for Staging and MockRelease configurations
67+
- name: Run build validation for Staging and MockRelease configurations as well as the MullvadVPNUITests target
6768
run: |
6869
set -o pipefail && env NSUnbufferedIO=YES xcodebuild \
6970
-project MullvadVPN.xcodeproj \
@@ -79,4 +80,11 @@ jobs:
7980
-destination "platform=iOS Simulator,name=iPhone 15" \
8081
-clonedSourcePackagesDirPath "$SOURCE_PACKAGES_PATH" \
8182
build
83+
set -o pipefail && env NSUnbufferedIO=YES xcodebuild \
84+
-project MullvadVPN.xcodeproj \
85+
-scheme MullvadVPNUITests \
86+
-configuration Debug \
87+
-destination "platform=iOS Simulator,name=iPhone 15" \
88+
-clonedSourcePackagesDirPath "$SOURCE_PACKAGES_PATH" \
89+
build
8290
working-directory: ios/

0 commit comments

Comments
 (0)