mirror of
https://github.com/OpenLogics/MewtocolNet.git
synced 2025-12-06 11:11:23 +00:00
20 lines
444 B
YAML
20 lines
444 B
YAML
name: Test mewtocol on real hardware
|
|
|
|
on:
|
|
workflow_dispatch:
|
|
# push:
|
|
# branches:
|
|
# - main
|
|
# - master
|
|
|
|
jobs:
|
|
check-plcs-online:
|
|
runs-on: [self-hosted, linux, x64, 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
|