mirror of
https://github.com/balena-io/open-balena.git
synced 2024-12-19 21:57:53 +00:00
check here too
This commit is contained in:
parent
65cc3e6ecc
commit
51cee3df4f
3
.github/workflows/tests.yml
vendored
3
.github/workflows/tests.yml
vendored
@ -619,6 +619,9 @@ jobs:
|
||||
--compressed | jq -r '.[].services.sut.status')"
|
||||
|
||||
sleep "$(( ( RANDOM % ${{ env.RETRY }} ) + ${{ env.RETRY }} ))s"
|
||||
|
||||
aws ec2 wait instance-running --instance-ids ${{ steps.balena-sut.outputs.instance_id }}
|
||||
aws ec2 wait instance-status-ok --instance-ids ${{ steps.balena-sut.outputs.instance_id }}
|
||||
done
|
||||
|
||||
# .. check its exit code
|
||||
|
Loading…
Reference in New Issue
Block a user