We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5710bc commit bc23579Copy full SHA for bc23579
1 file changed
.github/workflows/CICD-TEST.yml
@@ -29,7 +29,7 @@ jobs:
29
dotnet build CSharpTest.sln
30
dotnet test ./UnitTestProject1/UnitTestProject1.csproj
31
# 빌드 및 테스트 실패 시 바로 종료
32
- if: ${{ job.status == 'success' }}
+ # if: ${{ job.status == 'success' }}
33
34
# release 태그로부터 version 정보 추출하여 output으로 설정
35
- name: Get Release Version
0 commit comments