Skip to content

Commit 68959dd

Browse files
committed
add subscriber selection
1 parent 2dee63c commit 68959dd

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/1_run_interoperability_tests.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ on:
77
description: Publishers to use
88
type: string
99
default: '["connext_dds","dust_dds","eprosima_fastdds","intercom_dds","opendds","toc_coredx_dds"]'
10+
subscribers:
11+
description: Subscribers to use
12+
type: string
13+
default: '["connext_dds","dust_dds","eprosima_fastdds","intercom_dds","opendds","toc_coredx_dds"]'
1014
jobs:
1115
generate_timestamp:
1216
runs-on: ubuntu-latest
@@ -26,7 +30,7 @@ jobs:
2630
strategy:
2731
matrix:
2832
publisher: ${{ fromJson(github.event.inputs.publishers) }}
29-
subscriber: [connext_dds, dust_dds, eprosima_fastdds, intercom_dds, opendds, toc_coredx_dds]
33+
subscriber: ${{ fromJson(github.event.inputs.subscribers) }}
3034

3135
steps:
3236
- name: Checkout sources

0 commit comments

Comments
 (0)