Skip to content

Commit dc43efd

Browse files
committed
fix: Use detached so it doesnt hang
1 parent c7c9b52 commit dc43efd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103

104104
- name: Test Docker image
105105
run: |
106-
docker compose run app
106+
docker compose up -d
107107
sleep 30
108108
curl -f http://localhost:8080/api/health || exit 1
109109
docker stop test-app

0 commit comments

Comments
 (0)