Skip to content

Commit 95deaaf

Browse files
committed
update url for monitoring
1 parent 3a54f96 commit 95deaaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@ jobs:
6767
- name: Smoke test API
6868
run: |
6969
sleep 15
70-
curl -sf http://localhost:3001 || exit 1
70+
curl -sf http://localhost:3001/monitoring/readiness || exit 1
7171
7272
- name: Smoke test Webapp
7373
run: |
7474
sleep 15
75-
curl -sf http://localhost:3000 || exit 1
75+
curl -sf http://localhost:3000/api/monitoring || exit 1

0 commit comments

Comments
 (0)