We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef7cfa1 commit 46a873cCopy full SHA for 46a873c
.github/workflows/ci_smoketest_dispatch.yml
@@ -40,6 +40,7 @@ jobs:
40
- name: Show generated job types
41
run: |
42
echo "job_types_with_jobs=${{ steps.generate.outputs.job_types_with_jobs }}"
43
+ echo "matrix_json_for_smoketest=${{ steps.generate.outputs.matrix_json_for_smoketest }}"
44
45
run-child-smoketest:
46
name: Execute smoketest child pipeline
.github/workflows/ci_test.yml
@@ -34,6 +34,7 @@ jobs:
34
35
36
37
+ echo "matrix_json_for_unittest=${{ steps.generate.outputs.matrix_json_for_unittest }}"
38
39
run-child-unittest:
name: Execute unittest child pipeline
0 commit comments