File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -23,15 +23,17 @@ jobs:
23
23
run : dotnet build --configuration Release --no-restore
24
24
25
25
- name : Unit Tests
26
+ shell : pwsh
26
27
run : |
27
- dotnet test "./CloudinaryDotNet.Tests/CloudinaryDotNet.Tests.csproj" \
28
- --configuration Release \
29
- --no-build \
28
+ dotnet test "./CloudinaryDotNet.Tests/CloudinaryDotNet.Tests.csproj" `
29
+ --configuration Release `
30
+ --no-build `
30
31
--logger:"trx"
31
32
32
33
- name : Integration Tests
34
+ shell : pwsh
33
35
run : |
34
- dotnet test "./CloudinaryDotNet.IntegrationTests/CloudinaryDotNet.IntegrationTests.csproj" \
35
- --configuration Release \
36
- --no-build \
36
+ dotnet test "./CloudinaryDotNet.IntegrationTests/CloudinaryDotNet.IntegrationTests.csproj" `
37
+ --configuration Release `
38
+ --no-build `
37
39
--logger:"trx"
You can’t perform that action at this time.
0 commit comments