fix missing json

This commit is contained in:
hathach 2024-10-04 15:05:02 +07:00
parent 1b295de9ad
commit 5a5dbfc8c6
No known key found for this signature in database
GPG Key ID: 26FAB84F615C3C52

View File

@ -32,7 +32,7 @@ jobs:
- name: Generate matrix json
id: set-matrix-json
run: |
MATRIX_JSON=$(python test/hil/hil_ci_set_matrix.py)
MATRIX_JSON=$(python test/hil/hil_ci_set_matrix.py ${{ env.HIL_JSON }})
echo "matrix=$MATRIX_JSON"
echo "matrix=$MATRIX_JSON" >> $GITHUB_OUTPUT