Skip to content

Commit 4c8da20

Browse files
authored
[Fix] 타겟 경로 수정
1 parent 9377c66 commit 4c8da20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/swift.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
2626
- name: Run Tests
2727
run: |
2828
pod install --repo-update --clean-install --project-directory=MateRunner/
29-
xcodebuild test -workspace MateRunner/MateRunner.xcworkspace -scheme MateRunner -destination 'platform=iOS Simulator,name=iPhone 11 Pro,OS=14.4'
29+
xcodebuild test -workspace MateRunner.xcworkspace -scheme MateRunner -destination 'platform=iOS Simulator,name=iPhone 11 Pro,OS=14.4'

0 commit comments

Comments
 (0)