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.
1 parent 2c9a721 commit f842fb7Copy full SHA for f842fb7
.github/workflows/dataconnect.yml
@@ -230,7 +230,7 @@ jobs:
230
loop_count=0
231
while kill -0 ${{ steps.logcat-capture.outputs.LOGCAT_PID }} ; do
232
loop_count=$((loop_count+1))
233
- if [[ $loop_count == 60 ]] ; then
+ if [[ $loop_count -eq 60 ]] ; then
234
echo "ERROR: timeout waiting for logcat process to terminate" >&2
235
exit 1
236
fi
0 commit comments