Commit d2fc0fe 1 parent 4782766 commit d2fc0fe Copy full SHA for d2fc0fe
File tree 1 file changed +3
-6
lines changed
1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 20
20
- uses : actions/checkout@v4
21
21
22
22
- name : ' Execute Tests'
23
- run : |
24
- dotnet test './test/WireMock.Net.Tests/WireMock.Net.Tests.csproj' -c Release --framework net8.0
23
+ run : dotnet test './test/WireMock.Net.Tests/WireMock.Net.Tests.csproj' -c Release --framework net8.0
25
24
26
25
linux-build-and-run :
27
26
name : Run Tests on Linux
@@ -34,12 +33,10 @@ jobs:
34
33
- uses : actions/checkout@v4
35
34
36
35
- name : ' Execute Tests'
37
- run : |
38
- dotnet test './test/WireMock.Net.Tests/WireMock.Net.Tests.csproj' -c Release --framework net8.0
36
+ run : dotnet test './test/WireMock.Net.Tests/WireMock.Net.Tests.csproj' -c Release --framework net8.0
39
37
40
38
- name : Install .NET Aspire workload
41
39
run : dotnet workload install aspire
42
40
43
41
- name : ' Execute .NET Aspire Tests'
44
- run : |
45
- dotnet test './test/WireMock.Net.Aspire.Tests/WireMock.Net.Aspire.Tests.csproj' -c Release
42
+ run : dotnet test './test/WireMock.Net.Aspire.Tests/WireMock.Net.Aspire.Tests.csproj' -c Release
You can’t perform that action at this time.
0 commit comments