Setup CI healthcheck after deploy

This commit is contained in:
Claudio Ortolina
2025-08-24 20:16:48 +03:00
parent eec746e4ab
commit a934fad58d
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -119,6 +119,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: gacts/install-hurl@v1
- name: Wait until instance is up
run: hurl --test test/healthcheck.hurl --retry 3 --retry-interval 5000
- name: Run production tests
run: hurl --test test/prod.hurl
env:
+2
View File
@@ -0,0 +1,2 @@
GET https://music-library.claudio-ortolina.org/health
HTTP 200