Skip to content

Commit

Permalink
github: action: Add ping360 udp test
Browse files Browse the repository at this point in the history
  • Loading branch information
RaulTrombin committed Oct 15, 2024
1 parent b1a2d3e commit 924dabd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ jobs:
/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 Ping360 Test:ping_360:--serial-port /dev/ttyUSB_Ping360:30"
"Basic Ping360 Test w Serial:ping_360:--serial-port /dev/ttyUSB_Ping360:30" \
"Basic Ping360 Test w UDP:ping_360:--udp-address 192.168.1.197 --udp-port 12345:30"
# Test Name:Example Name:Additional Args:Timeout
- name: Post CI management script
if: always()
Expand Down

0 comments on commit 924dabd

Please sign in to comment.