Skip to content

Commit f52f61e

Browse files
committed
[DNM] Test
1 parent 82164ab commit f52f61e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ios.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,17 @@ jobs:
4646
xcodebuild test \
4747
-scheme OpenGraph-Package \
4848
-configuration Debug \
49-
-destination "platform=iOS Simulator,OS=${{ matrix.ios-version }},name=${{ matrix.ios-simulator-name }}" \
49+
-destination "platform=iOS Simulator,OS=18.0,name=iPhone 16 Pro" \
5050
-enableCodeCoverage=YES \
5151
-derivedDataPath .build-test-debug \
5252
-skipPackagePluginValidation \
5353
-skipMacroValidation
5454
# OTHER_SWIFT_FLAGS="-warnings-as-errors" Conflicting options '-warnings-as-errors' and '-suppress-warnings'
5555
profdata_file_path=$(find . -path ".build-test-debug/Build/ProfileData/*/Coverage.profdata" -type f)
56+
echo $PWD
57+
ls .build-test-debug/Build/ProfileData
58+
ls .build-test-debug/Build/ProfileData/*
59+
echo $profdata_file_path
5660
xcrun llvm-cov show \
5761
-instr-profile=$profdata_file_path \
5862
.build-test-debug/Build/Products/Debug-iphonesimulator/OpenGraphTests.xctest/OpenGraphTests \

0 commit comments

Comments
 (0)