Skip to content

Commit ff0bb15

Browse files
committed
temp: debug ci
1 parent 3782ec0 commit ff0bb15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/flaky.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
crdb_len=$(wc -w <<<"${{ github.event.inputs.crdb }}")
3535
ruby_len=$(wc -w <<<"${{ github.event.inputs.ruby }}")
3636
(( seeds_count = ${{github.event.inputs.max}} / ( crdb_len * ruby_len ) ))
37-
seeds=$(shuf --input-range=1-65535 --head-count=$seeds_count | jq --slurp)
37+
seeds=$(shuf --input-range=1-65535 --head-count=$seeds_count | jq --slurp --compact-output)
3838
echo "crdb=$crdb" >> $GITHUB_OUTPUT
3939
echo "ruby=$ruby" >> $GITHUB_OUTPUT
4040
echo "seeds=$range" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)