Skip to content

Commit

Permalink
wait until ready
Browse files Browse the repository at this point in the history
  • Loading branch information
kikeelectronico committed Aug 31, 2024
1 parent 3eb220a commit e090dd7
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,12 @@ jobs:
project_id: ${{ secrets.GCLOUD_PROJECT_ID }}
- name: "Create VM"
run: |
gcloud compute instances create homeware-integration-test --source-instance-template=${{ secrets.GCLOUD_MACHINE_TEMPLATE }} --zone=europe-north1-a
gcloud compute instances create homeware-integration-test --source-instance-template=${{ secrets.GCLOUD_MACHINE_TEMPLATE }} --zone=europe-north1-a
- name: "Wait until Homeware is ready"
uses: cygnetdigital/[email protected]
with:
url: ${{ secrets.HOMEWARE_HOST }}/test
responseCode: '200'
timeout: 2000
interval: 2000

0 comments on commit e090dd7

Please sign in to comment.