File tree 1 file changed +9
-1
lines changed
1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -56,14 +56,15 @@ jobs:
56
56
cp PacketTunnel.xcconfig.template PacketTunnel.xcconfig
57
57
cp Screenshots.xcconfig.template Screenshots.xcconfig
58
58
cp Api.xcconfig.template Api.xcconfig
59
+ cp UITests.xcconfig.template UITests.xcconfig
59
60
working-directory : ios/Configurations
60
61
61
62
- name : Install xcbeautify
62
63
run : |
63
64
brew update
64
65
brew install xcbeautify
65
66
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
67
68
run : |
68
69
set -o pipefail && env NSUnbufferedIO=YES xcodebuild \
69
70
-project MullvadVPN.xcodeproj \
79
80
-destination "platform=iOS Simulator,name=iPhone 15" \
80
81
-clonedSourcePackagesDirPath "$SOURCE_PACKAGES_PATH" \
81
82
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
82
90
working-directory : ios/
You can’t perform that action at this time.
0 commit comments