Skip to content

Commit

Permalink
test: wait for the instance to be fully ready
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavovalverde committed Oct 5, 2023
1 parent f4358b2 commit 46d8bb4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/sub-deploy-integration-tests-gcp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,8 @@ jobs:
--labels=app=${{ inputs.app_name }},environment=test,network=${NETWORK},github_ref=${{ env.GITHUB_REF_SLUG_URL }},test=${{ inputs.test_id }} \
--tags ${{ inputs.app_name }} \
--zone ${{ vars.GCP_ZONE }}
# Wait for the instance to be created and fully booted
sleep 90
# Create a docker volume with the new disk we just created or the cached state.
#
Expand Down

0 comments on commit 46d8bb4

Please sign in to comment.