Skip to content

Commit a78d622

Browse files
Update build.yml
1 parent ec8c52c commit a78d622

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,7 @@ jobs:
1818
run: dotnet restore src/Infobip.Api.Client/Infobip.Api.Client.csproj
1919
- name: Build
2020
run: dotnet build --no-restore src/Infobip.Api.Client/Infobip.Api.Client.csproj
21+
- name: Build Test
22+
run: dotnet build --no-restore ApiClient.Tests/ApiClient.Tests.csproj
2123
- name: Test
22-
run: dotnet test --no-build --verbosity normal
24+
run: dotnet test --no-build --verbosity normal ApiClient.Tests/ApiClient.Tests.csproj

0 commit comments

Comments
 (0)