Skip to content

Commit 7f374ba

Browse files
authored
[Fix] #116 - 프로젝트 경로 수정
1 parent 203d713 commit 7f374ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ jobs:
1111
- name: Checkout the code
1212
uses: actions/checkout@v2
1313
- name: Build
14-
run: xcodebuild clean test -project Wable-iOS/Wable-iOS.xcodeproj -scheme Wable-iOS -configuration Debug -destination 'platform=iOS Simulator,OS=15.0,name=iPhone 13 mini'
14+
run: xcodebuild clean test -project Wable-iOS.xcodeproj -scheme Wable-iOS -configuration Debug -destination 'platform=iOS Simulator,OS=15.0,name=iPhone 13 mini'

0 commit comments

Comments
 (0)