This commit is contained in:
Felix Weiß
2023-06-13 12:01:28 +02:00
parent 68aa2ad12a
commit dc24b33297

View File

@@ -20,6 +20,7 @@ jobs:
run: ping 192.168.115.213 -w 5
run-unit-tests:
needs: check-plcs-online
runs-on: [self-hosted, linux, x64, womed-local-linux]
strategy:
matrix:
@@ -32,5 +33,5 @@ jobs:
dotnet-version: ${{ matrix.dotnet-version }}
- name: 'Run tests'
run: |
cd .\MewtocolTests
cd '${{ github.workspace }}/MewtocolTests'
dotnet test --logger:"console;verbosity=detailed"