Skip to content

Commit cd27c58

Browse files
authored
Launchable: Add a workflow name as a flavor (#12720)
Adding a workflow name would be easier to understand the connection between a test session and GitHub workflow.
1 parent 135479a commit cd27c58

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/actions/launchable/setup/action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ runs:
162162
--flavor os=${{ inputs.os }} \
163163
--flavor test_task=${{ inputs.test-task }} \
164164
--flavor test_opts=${test_opts} \
165+
--flavor workflow=${{ github.workflow }} \
165166
--test-suite ${test_all_test_suite} \
166167
> "${test_all_session_file}"
167168
launchable subset \
@@ -179,6 +180,7 @@ runs:
179180
--flavor os=${{ inputs.os }} \
180181
--flavor test_task=${{ inputs.test-task }} \
181182
--flavor test_opts=${test_opts} \
183+
--flavor workflow=${{ github.workflow }} \
182184
--test-suite ${btest_test_suite} \
183185
> "${btest_session_file}"
184186
launchable subset \
@@ -196,6 +198,7 @@ runs:
196198
--flavor os=${{ inputs.os }} \
197199
--flavor test_task=${{ inputs.test-task }} \
198200
--flavor test_opts=${test_opts} \
201+
--flavor workflow=${{ github.workflow }} \
199202
--test-suite ${test_spec_test_suite} \
200203
> "${test_spec_session_file}"
201204
launchable subset \

0 commit comments

Comments
 (0)