Skip to content

Commit 6579de3

Browse files
committed
run tests on windows
1 parent be13b58 commit 6579de3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
build:
1111

12-
runs-on: ubuntu-latest
12+
runs-on: ^windows-latest
1313

1414
steps:
1515
- uses: actions/checkout@v4
@@ -25,4 +25,6 @@ jobs:
2525
- name: Restore dependencies
2626
run: dotnet restore DotNetSiemensPLCToolBoxLibrary.sln
2727
- name: Build
28-
run: dotnet build DotNetSiemensPLCToolBoxLibrary.sln
28+
run: dotnet build DotNetSiemensPLCToolBoxLibrary.sln
29+
- name: Test
30+
run: dotnet test DotNetSiemensPLCToolBoxLibrary.sln

0 commit comments

Comments
 (0)