We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f6f212 commit 02ba3adCopy full SHA for 02ba3ad
tests/integration-test.sh
@@ -44,7 +44,7 @@ if (echo $prBody | grep -q "\[shared datastore="); then
44
export TEST_DATASTORE=$datastore
45
fi
46
47
-jobs="1"
+jobs="2"
48
if (echo $prBody | grep -q "\[parallel jobs="); then
49
parallel=$(echo $prBody | grep "\[parallel jobs=")
50
jobs=$(echo $parallel | awk -F"\[parallel jobs=" '{sub(/\].*/,"",$2);print $2}')
0 commit comments