Skip to content

Commit 3409075

Browse files
committed
Merge branch 'crone/ci-cd-pipline' of https://github.com/ProjectVG/ProjectVG-API-Server into crone/ci-cd-pipline
2 parents a0be4df + a80e5c9 commit 3409075

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/develop.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -55,19 +55,11 @@ jobs:
5555
run: |
5656
echo "테스트 중..."
5757
start_time=$(date +%s)
58-
dotnet test --no-build --configuration Release --verbosity normal --collect:"XPlat Code Coverage" --logger trx --results-directory coverage
58+
dotnet test --no-build --configuration Release --verbosity normal
5959
end_time=$(date +%s)
6060
duration=$((end_time - start_time))
6161
echo "테스트 완료 (${duration}초)"
6262
63-
- name: Publish Test Results
64-
uses: dorny/test-reporter@v1
65-
if: success() || failure()
66-
with:
67-
name: Test Results
68-
path: coverage/*.trx
69-
reporter: dotnet-trx
70-
7163
- name: Success Status
7264
if: success()
7365
run: |

0 commit comments

Comments
 (0)