Skip to content

Commit 864b707

Browse files
committed
Enable integration tests on Windows
1 parent 0e8adb7 commit 864b707

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dotnet-build-and-test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,13 @@ jobs:
5656
include:
5757
- {
5858
dotnet: "8.0",
59-
os: "ubuntu-latest",
59+
os: "windows-latest",
6060
configuration: Release,
6161
integration-tests: true,
6262
environment: "integration",
6363
}
6464
- { dotnet: "8.0", os: "windows-latest", configuration: Debug }
65-
- { dotnet: "8.0", os: "windows-latest", configuration: Release }
65+
- { dotnet: "8.0", os: "ubuntu-latest", configuration: Release }
6666

6767
runs-on: ${{ matrix.os }}
6868
environment: ${{ matrix.environment }}

0 commit comments

Comments
 (0)