Skip to content

Commit c346203

Browse files
committed
test: ci v8
1 parent 4b5e074 commit c346203

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,10 @@ jobs:
7070
IOS_VER="${{ steps.pick_ios.outputs.ios_version }}"
7171
7272
xcodebuild -version
73+
ls -la
7374
7475
# 스킴 목록 수집 (가장 짧은 이름 선택)
75-
SCHEMES_JSON=$(xcodebuild -list -json)
76+
SCHEMES_JSON=$(xcodebuild -list -json -project DevLog.xcodeproj)
7677
SCHEMES=()
7778
while IFS= read -r s; do
7879
SCHEMES+=("$s")

0 commit comments

Comments
 (0)