From 9c5ca7493193ee7905dc4d293204f7b81024fced Mon Sep 17 00:00:00 2001 From: Raul Victor Trombin Date: Thu, 10 Oct 2024 18:54:22 -0300 Subject: [PATCH] github: action: Add ping360 test to local runners --- .github/workflows/action.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 90d501e79..804fc1604 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -74,7 +74,8 @@ jobs: run: | /etc/github_runner/run-tests.sh \ "Basic Ping1D Test w Ping1:ping_1d:--serial-port /dev/ttyUSB_Ping1:30" \ - "Basic Ping1D Test w Ping2:ping_1d:--serial-port /dev/ttyUSB_Ping2:30" + "Basic Ping1D Test w Ping2:ping_1d:--serial-port /dev/ttyUSB_Ping2:30" \ + "Basic Ping360 Test:ping_360:--serial-port /dev/ttyUSB_Ping360:30" # Test Name:Example Name:Additional Args:Timeout - name: Post CI management script if: always()