Skip to content

Commit dc89baa

Browse files
committed
config/project.yml: Fix wiring name.
Signed-off-by: zhanglinjing <[email protected]>
1 parent 13bfcc8 commit dc89baa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/project.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,14 +163,14 @@ unit-test:
163163
unit-test-pulse-4700:
164164
- description: Compiling, flashing and monitoring pulse board1 unit test.
165165
command: make test_pulse_board1 UNITY_PATH=/opt/Unity
166-
query: pulse_board1 == '1:1'
166+
query: adv_io_pulse_board1 == '1:1'
167167
working_dir: extras/arduino-core-tests
168168
options:
169169
SEND_JOB_START_TOKEN: True
170170

171171
- description: Compiling, flashing and monitoring pulse board2 unit test.
172172
command: make test_pulse_board2 UNITY_PATH=/opt/Unity
173-
query: pulse_board2 == '1:1'
173+
query: adv_io_pulse_board2 == '1:1'
174174
working_dir: extras/arduino-core-tests
175175
options:
176176
SEND_JOB_START_TOKEN: True

0 commit comments

Comments
 (0)