Create test-on-hardware.yml

This commit is contained in:
Felix Weiß
2023-06-13 10:36:33 +02:00
committed by GitHub
parent 6001402991
commit 7c3f279576

19
.github/workflows/test-on-hardware.yml vendored Normal file
View File

@@ -0,0 +1,19 @@
name: Test mewtocol on real hardware
on:
workflow_dispatch:
# push:
# branches:
# - main
# - master
jobs:
check-plcs-online:
runs-on: womed-local-linux
steps:
- name: 'Ping FPX-H-C30T'
run: ping 192.168.115.210 -w 5
- name: 'Ping FPX-H-C14R'
run: ping 192.168.115.212 -w 5
- name: 'Ping FPX-C30T'
run: ping 192.168.115.213 -w 5