Skip to content

Commit 140a99f

Browse files
committed
Updated only for test execution
1 parent f12f881 commit 140a99f

1 file changed

Lines changed: 3 additions & 11 deletions

File tree

.github/workflows/unit-test.yml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Unit Test & Reports
1+
name: Unit Test
22
on:
33
pull_request:
44
push:
@@ -11,14 +11,6 @@ jobs:
1111
uses: actions/checkout@v4.2.2
1212
- name: Setup .NET Core @ Latest
1313
uses: actions/setup-dotnet@v4.3.0
14-
- name: Build solution and run unit test
15-
run: sh ./Scripts/run-unit-test-case.sh
16-
- name: Test Report
17-
uses: dorny/test-reporter@v1
18-
if: success() || failure()
19-
with:
20-
name: DotNet unit Tests
21-
path: ./Contentstack.Core.Unit.Tests/TestResults/Report-Contentstack-Delivery-DotNet-Unit-Test-Case.trx
22-
reporter: dotnet-trx
23-
fail-on-error: true
14+
- name: Run unit tests
15+
run: dotnet test Contentstack.Core.Unit.Tests/Contentstack.Core.Unit.Tests.csproj --verbosity normal
2416

0 commit comments

Comments
 (0)