Skip to content

Commit f5ed5dd

Browse files
committed
Debug
1 parent 6e43338 commit f5ed5dd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

compose.ci.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ services:
88
build:
99
context: .
1010
dockerfile: Dockerfile.ci
11-
command: wait-for sqlserver:1433 -- bundle exec rake test
11+
command:
12+
- gem list
13+
- wait-for sqlserver:1433 -- bundle exec rake test
1214
depends_on:
1315
- "sqlserver"

0 commit comments

Comments
 (0)