mirror of
https://github.com/OpenLogics/MewtocolNet.git
synced 2025-12-06 03:01:24 +00:00
CI fix
This commit is contained in:
3
.github/workflows/test-on-hardware.yml
vendored
3
.github/workflows/test-on-hardware.yml
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user