We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b9457f2 + 9d718d1 commit b075babCopy full SHA for b075bab
.github/workflows/test-smokes.yml
@@ -235,7 +235,7 @@ jobs:
235
readarray -t my_array < <(echo '${{ inputs.buckets }}' | jq -rc '.[]')
236
for file in "${my_array[@]}"; do
237
echo ">>> ./run-tests.sh ${file}"
238
- ./run-tests.sh $file
+ shopt -s globstar && ./run-tests.sh $file
239
status=$?
240
[ $status -eq 0 ] && echo ">>> No error in this test file" || haserror=1
241
done
0 commit comments