diff --git a/.github/workflows/test-on-hardware.yml b/.github/workflows/test-on-hardware.yml index a477a6b..8c6c91e 100644 --- a/.github/workflows/test-on-hardware.yml +++ b/.github/workflows/test-on-hardware.yml @@ -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"