Skip to content

Commit d2fc0fe

Browse files
committed
.
1 parent 4782766 commit d2fc0fe

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/ci.yml

+3-6
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ jobs:
2020
- uses: actions/checkout@v4
2121

2222
- 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
2524

2625
linux-build-and-run:
2726
name: Run Tests on Linux
@@ -34,12 +33,10 @@ jobs:
3433
- uses: actions/checkout@v4
3534

3635
- 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
3937

4038
- name: Install .NET Aspire workload
4139
run: dotnet workload install aspire
4240

4341
- 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

0 commit comments

Comments
 (0)