Skip to content

Commit c8c2477

Browse files
committed
Merge branch 'ci/fixes'
2 parents c706fd1 + 5d068aa commit c8c2477

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/tests_hw_wokwi.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -123,13 +123,13 @@ jobs:
123123
push_time=""
124124
fi
125125
126-
hw_targets=$(jq -r '.hw_targets | tostring' artifacts/matrix_info/test_matrix.json | tr -cd "[:alnum:],[]'")
127-
hw_types=$(jq -r '.hw_types | tostring' artifacts/matrix_info/test_matrix.json | tr -cd "[:alpha:],[]'")
128-
wokwi_targets=$(jq -r '.wokwi_targets | tostring' artifacts/matrix_info/test_matrix.json | tr -cd "[:alnum:],[]'")
129-
wokwi_types=$(jq -r '.wokwi_types | tostring' artifacts/matrix_info/test_matrix.json | tr -cd "[:alpha:],[]'")
126+
hw_targets=$(jq -r '.hw_targets | tostring' artifacts/matrix_info/test_matrix.json | tr -cd "[:alnum:],[]\"")
127+
hw_types=$(jq -r '.hw_types | tostring' artifacts/matrix_info/test_matrix.json | tr -cd "[:alpha:],[]\"")
128+
wokwi_targets=$(jq -r '.wokwi_targets | tostring' artifacts/matrix_info/test_matrix.json | tr -cd "[:alnum:],[]\"")
129+
wokwi_types=$(jq -r '.wokwi_types | tostring' artifacts/matrix_info/test_matrix.json | tr -cd "[:alpha:],[]\"")
130130
qemu_tests_enabled=$(jq -r '.qemu_tests_enabled' artifacts/matrix_info/test_matrix.json | tr -cd "[:alpha:]")
131-
qemu_targets=$(jq -r '.qemu_targets | tostring' artifacts/matrix_info/test_matrix.json | tr -cd "[:alnum:],[]'")
132-
qemu_types=$(jq -r '.qemu_types | tostring' artifacts/matrix_info/test_matrix.json | tr -cd "[:alpha:],[]'")
131+
qemu_targets=$(jq -r '.qemu_targets | tostring' artifacts/matrix_info/test_matrix.json | tr -cd "[:alnum:],[]\"")
132+
qemu_types=$(jq -r '.qemu_types | tostring' artifacts/matrix_info/test_matrix.json | tr -cd "[:alpha:],[]\"")
133133
134134
echo "base = $base"
135135
echo "hw_targets = $hw_targets"

0 commit comments

Comments
 (0)