Skip to content

Commit

Permalink
check here too
Browse files Browse the repository at this point in the history
  • Loading branch information
ab77 committed Jun 24, 2024
1 parent 65cc3e6 commit 51cee3d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 51cee3d

Please sign in to comment.