Skip to content

Commit 708287d

Browse files
authored
[#478] CI에서 빌드 오류가 나도 성공으로 판단되는 현상을 해결한다 (#479)
* fix: CI 빌드 실패 상태 캡처 순서 수정 * fix: startOfQuater 메서드를 Core로 이동함으로서 여러 곳에서 사용 가능하도록 처리
1 parent 2aae990 commit 708287d

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,8 @@ jobs:
176176
-showBuildTimingSummary \
177177
build \
178178
| tee build.log
179-
echo "== xcodebuild finished =="
180179
XC_STATUS=${PIPESTATUS[0]}
180+
echo "== xcodebuild finished =="
181181
set -e
182182
183183
exit $XC_STATUS

Widget/DevLogWidgetCore/Sources/Common/Calendar.swift renamed to Application/DevLogCore/Sources/Calendar.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// Calendar.swift
3-
// DevLogWidgetCore
3+
// DevLogCore
44
//
55
// Created by opfic on 4/30/26.
66
//

Widget/DevLogWidgetCore/Sources/Common/WidgetHeatmapPlaceholderShape.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
//
77

88
import Foundation
9+
import DevLogCore
910

1011
public struct WidgetHeatmapPlaceholderShape {
1112
public let currentMonths: [WidgetHeatmapPlaceholderMonthShape]

0 commit comments

Comments
 (0)