Skip to content

Commit 585c3f9

Browse files
authored
Fix CI (#54)
1 parent ac09d87 commit 585c3f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

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

104104
- name: Test Docker compose
105105
run: |
106-
docker compose up --watch -d
106+
docker compose up -d
107107
docker compose down
108108
109109
- name: Test command line (multistage)

0 commit comments

Comments
 (0)