Skip to content

Commit 08ae260

Browse files
committed
Test workflow updated
1 parent 140a99f commit 08ae260

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/unit-test.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ jobs:
1111
uses: actions/checkout@v4.2.2
1212
- name: Setup .NET Core @ Latest
1313
uses: actions/setup-dotnet@v4.3.0
14+
- name: Restore dependencies
15+
run: dotnet restore Contentstack.Net.sln
16+
- name: Build solution
17+
run: dotnet build Contentstack.Net.sln --no-restore --configuration Debug
1418
- name: Run unit tests
15-
run: dotnet test Contentstack.Core.Unit.Tests/Contentstack.Core.Unit.Tests.csproj --verbosity normal
19+
run: dotnet test Contentstack.Core.Unit.Tests/Contentstack.Core.Unit.Tests.csproj --no-build --verbosity normal --configuration Debug
1620

0 commit comments

Comments
 (0)