Skip to content

Commit da7496d

Browse files
tomchaccomtomchccom
andauthored
fix : 검증조건 클래스 단위로 변경 (#14)
* 파이프라인 오류 수정 * fix : 파일 경로 문제 수정 * fix : 배포 검증조건 변경 * fix : 검증조건 클래스 단위로 변경 --------- Co-authored-by: tomchccom <dreamkms2014@gmail.com>
1 parent c60144c commit da7496d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deploy-dev.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,9 @@ jobs:
9797
done
9898
9999
echo "== Verify new API exists in jar =="
100-
strings /home/ubuntu/app/tomo.jar | grep "/public/promises/my/upcoming" || {
101-
echo "❌ New API not found in tomo.jar"
102-
exit 1
100+
strings /home/ubuntu/app/tomo.jar | grep "PromiseController" || {
101+
echo "❌ PromiseController not found in tomo.jar"
102+
exit 1
103103
}
104104
105105
echo "== Switch nginx upstream =="

0 commit comments

Comments
 (0)