Skip to content

Commit d2fe2bc

Browse files
committed
fix: Use more docker compose
1 parent dc43efd commit d2fe2bc

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,5 +106,4 @@ jobs:
106106
docker compose up -d
107107
sleep 30
108108
curl -f http://localhost:8080/api/health || exit 1
109-
docker stop test-app
110-
docker rm test-app
109+
docker compose down

0 commit comments

Comments
 (0)