Skip to content

Commit faec1a0

Browse files
authored
specify xcode app version and fixed ios UID2 test scheme name (#110)
* specify xcode app version * fixed scheme from UID2Test to UID2
1 parent 85bf70b commit faec1a0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/shared-publish-to-ios-version.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,14 @@ jobs:
6363
sed -i '' -e "s/$current_version/$new_version/g" ${{ inputs.working_dir }}/Sources/UID2/Properties/sdk_properties.plist
6464
echo "Version number updated from $current_version to $new_version"
6565
66+
- name: Select Xcode 15.3
67+
run: sudo xcode-select -s /Applications/Xcode_15.3.app
68+
6669
- name: Build, Test
6770
run: |
6871
cd ./${{ inputs.working_dir }}
6972
xcodebuild -scheme UID2 -sdk iphonesimulator17.4 -destination "OS=17.4,name=iPhone 15"
70-
xcodebuild test -scheme UID2Tests -sdk iphonesimulator17.4 -destination "OS=17.4,name=iPhone 15"
73+
xcodebuild test -scheme UID2 -sdk iphonesimulator17.4 -destination "OS=17.4,name=iPhone 15"
7174
7275
- name: Commit sdk_properties, version.json and set tag
7376
uses: IABTechLab/uid2-shared-actions/actions/commit_pr_and_merge@v2

0 commit comments

Comments
 (0)