Skip to content

Commit f794603

Browse files
update workflow to run container in detached mode and add health check
1 parent 275468e commit f794603

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/workflow-test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,11 @@ jobs:
3939
- run: >
4040
docker run
4141
--platform linux/amd64
42-
-i
42+
-d
4343
-p
4444
"8000:8000"
4545
--name stellar
4646
quickstart
4747
--local
48+
- run: sleep 10
49+
- run: curl http://localhost:8000

0 commit comments

Comments
 (0)