Update test-pipeline.yml

This commit is contained in:
Felix Weiß
2023-08-22 15:36:13 +02:00
committed by GitHub
parent 300d84daf2
commit c6bddc61fb

View File

@@ -20,7 +20,7 @@ jobs:
#Run unit tests on the test PLCs
run-unit-tests:
name: 'Run tests and documentation'
runs-on: [self-hosted, linux]
runs-on: self-hosted
steps:
- uses: actions/checkout@v3