Skip to content

Commit 46a873c

Browse files
author
Vincent Li
committed
updates
1 parent ef7cfa1 commit 46a873c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/ci_smoketest_dispatch.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
- name: Show generated job types
4141
run: |
4242
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 }}"
4344
4445
run-child-smoketest:
4546
name: Execute smoketest child pipeline

.github/workflows/ci_test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
- name: Show generated job types
3535
run: |
3636
echo "job_types_with_jobs=${{ steps.generate.outputs.job_types_with_jobs }}"
37+
echo "matrix_json_for_unittest=${{ steps.generate.outputs.matrix_json_for_unittest }}"
3738
3839
run-child-unittest:
3940
name: Execute unittest child pipeline

0 commit comments

Comments
 (0)