Skip to content

Commit

Permalink
feat: Test Result 업로드
Browse files Browse the repository at this point in the history
  • Loading branch information
hhko committed Dec 22, 2024
1 parent a1b8fba commit 6917b4c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
solution_file: ./Template/Hello.sln
coverage_in_files: ./Template/**/*.cobertura.xml
coverage_out_dir: ./Template/.build/coverage/output
testresult_dirs: ./Template/**/TestResults/**/*
#coverage_out_file: ./Template/.build/coverage/coverage.cobertura.merged.xml

steps:
Expand Down Expand Up @@ -177,6 +178,13 @@ jobs:
output: both
#thresholds: "10 30"

- name: Upload Test Result Files
uses: actions/upload-artifact@v4
with:
name: test-results
path: ${{ env.testresult_dirs }}
retention-days: 5

# # 솔루션 테스트 상세 보고서 생성
# - name: Create test detail report
# uses: dorny/test-reporter@v1
Expand Down

0 comments on commit 6917b4c

Please sign in to comment.