We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec8c52c commit a78d622Copy full SHA for a78d622
.github/workflows/build.yml
@@ -18,5 +18,7 @@ jobs:
18
run: dotnet restore src/Infobip.Api.Client/Infobip.Api.Client.csproj
19
- name: Build
20
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
23
- name: Test
- run: dotnet test --no-build --verbosity normal
24
+ run: dotnet test --no-build --verbosity normal ApiClient.Tests/ApiClient.Tests.csproj
0 commit comments