Skip to content

Commit c70c86c

Browse files
committed
Correct the command used to run test for idl
1 parent b08d5b7 commit c70c86c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux-x64-build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
run: |
8080
source /opt/ros/${{ matrix.ros_distribution }}/setup.bash
8181
npm i
82-
npm test-idl
82+
npm run test-idl
8383
npm run clean
8484
8585
- name: Coveralls Parallel

0 commit comments

Comments
 (0)