Skip to content

Commit

Permalink
fix: 테이트 이름
Browse files Browse the repository at this point in the history
  • Loading branch information
hhko committed Dec 23, 2024
1 parent 720c017 commit b24cb8c
Showing 1 changed file with 12 additions and 16 deletions.
28 changes: 12 additions & 16 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ on:
permissions:
checks: write
pull-requests: write
# contents: read
# actions: read
# checks: write

jobs:
build:
Expand Down Expand Up @@ -197,14 +200,6 @@ jobs:
files: |
${{ env.testresults_in_trx_files }}
- name: 출력
run: |
echo "출력"
pwd
echo "./.build 모든 파일"
find "$(pwd)/Template/.build"
# # https://github.com/irongut/CodeCoverageSummary
# - name: Publish Code Coverage Report
# uses: irongut/[email protected]
Expand Down Expand Up @@ -235,14 +230,15 @@ jobs:
# path: ${{ env.coverage_out_cobertura_file }}
# retention-days: 5

# # 솔루션 테스트 상세 보고서 생성
# - name: Create test detail report
# uses: dorny/test-reporter@v1
# if: always()
# with:
# name: Test Detail Report
# path: "tests/**/logs.trx"
# reporter: dotnet-trx
# 솔루션 테스트 상세 보고서 생성
- name: Create test detail report
uses: dorny/[email protected]
if: always()
with:
name: Test Detail Report
#path: "tests/**/logs.trx"
path: "${{ env.testresults_in_trx_files }}"
reporter: dotnet-trx

# # dotnet-coverage 도구 설치
# - name: Install dotnet-coverage tool
Expand Down

0 comments on commit b24cb8c

Please sign in to comment.