From 7c3f279576e588d49f290d0627967072b96ef229 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Wei=C3=9F?= <72068105+Sandoun@users.noreply.github.com> Date: Tue, 13 Jun 2023 10:36:33 +0200 Subject: [PATCH] Create test-on-hardware.yml --- .github/workflows/test-on-hardware.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/workflows/test-on-hardware.yml diff --git a/.github/workflows/test-on-hardware.yml b/.github/workflows/test-on-hardware.yml new file mode 100644 index 0000000..1d32837 --- /dev/null +++ b/.github/workflows/test-on-hardware.yml @@ -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