You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/dart-package-test.yml
+24-2Lines changed: 24 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,10 @@ on:
20
20
required: false
21
21
type: string
22
22
description: 'The directory containing docker-compose.yml (e.g., infra/gotrue)'
23
+
docker-compose-files:
24
+
required: false
25
+
type: string
26
+
description: 'Optional whitespace/newline-separated list of docker compose files to pass via -f (e.g., "docker-compose.yml docker-compose.override.yml"). If omitted, runs `docker compose up` with default file discovery.'
0 commit comments