We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13bfcc8 commit dc89baaCopy full SHA for dc89baa
config/project.yml
@@ -163,14 +163,14 @@ unit-test:
163
unit-test-pulse-4700:
164
- description: Compiling, flashing and monitoring pulse board1 unit test.
165
command: make test_pulse_board1 UNITY_PATH=/opt/Unity
166
- query: pulse_board1 == '1:1'
+ query: adv_io_pulse_board1 == '1:1'
167
working_dir: extras/arduino-core-tests
168
options:
169
SEND_JOB_START_TOKEN: True
170
171
- description: Compiling, flashing and monitoring pulse board2 unit test.
172
command: make test_pulse_board2 UNITY_PATH=/opt/Unity
173
- query: pulse_board2 == '1:1'
+ query: adv_io_pulse_board2 == '1:1'
174
175
176
0 commit comments