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