We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be13b58 commit 6579de3Copy full SHA for 6579de3
.github/workflows/build.yml
@@ -9,7 +9,7 @@ on:
9
jobs:
10
build:
11
12
- runs-on: ubuntu-latest
+ runs-on: ^windows-latest
13
14
steps:
15
- uses: actions/checkout@v4
@@ -25,4 +25,6 @@ jobs:
25
- name: Restore dependencies
26
run: dotnet restore DotNetSiemensPLCToolBoxLibrary.sln
27
- name: Build
28
- run: dotnet build DotNetSiemensPLCToolBoxLibrary.sln
+ run: dotnet build DotNetSiemensPLCToolBoxLibrary.sln
29
+ - name: Test
30
+ run: dotnet test DotNetSiemensPLCToolBoxLibrary.sln
0 commit comments