There was an error while loading. Please reload this page.
1 parent 5fc91a2 commit d23bbb7Copy full SHA for d23bbb7
1 file changed
.github/workflows/ci.yml
@@ -19,8 +19,11 @@ jobs:
19
with:
20
dotnet-version: '10.0.x'
21
22
- - name: Restore
23
- run: dotnet restore Codout.Apis.Asaas/Codout.Apis.Asaas.csproj Codout.Apis.Asaas.Tests/Codout.Apis.Asaas.Tests.csproj
+ - name: Restore library
+ run: dotnet restore Codout.Apis.Asaas/Codout.Apis.Asaas.csproj
24
+
25
+ - name: Restore tests
26
+ run: dotnet restore Codout.Apis.Asaas.Tests/Codout.Apis.Asaas.Tests.csproj
27
28
- name: Build library
29
run: dotnet build Codout.Apis.Asaas/Codout.Apis.Asaas.csproj --configuration Release --no-restore
0 commit comments