fix: gen-migrations workflow
Some checks failed
gen-migrations / gen-migrations (push) Failing after 15s

This commit is contained in:
Orion Kindel 2023-07-18 22:30:39 -05:00
parent ba00e4b8cb
commit dc083e1eea
Signed by untrusted user who does not match committer: orion
GPG Key ID: 6D4165AE4C928719

View File

@ -28,7 +28,7 @@ isready() {
fi
sleep 1
$(( waited++ ))
echo $(( waited++ ))
done;
}