Skip to content

Commit bc23579

Browse files
committed
Release v0.0.4
1 parent b5710bc commit bc23579

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/CICD-TEST.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
dotnet build CSharpTest.sln
3030
dotnet test ./UnitTestProject1/UnitTestProject1.csproj
3131
# 빌드 및 테스트 실패 시 바로 종료
32-
if: ${{ job.status == 'success' }}
32+
# if: ${{ job.status == 'success' }}
3333

3434
# release 태그로부터 version 정보 추출하여 output으로 설정
3535
- name: Get Release Version

0 commit comments

Comments
 (0)