We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e43338 commit f5ed5ddCopy full SHA for f5ed5dd
compose.ci.yaml
@@ -8,6 +8,8 @@ services:
8
build:
9
context: .
10
dockerfile: Dockerfile.ci
11
- command: wait-for sqlserver:1433 -- bundle exec rake test
+ command:
12
+ - gem list
13
+ - wait-for sqlserver:1433 -- bundle exec rake test
14
depends_on:
15
- "sqlserver"
0 commit comments