Skip to content

Commit

Permalink
Update docker-compose.ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanharan committed Nov 6, 2023
1 parent 24dd557 commit ed3e0d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ services:
build:
context: .
dockerfile: Dockerfile.ci
command: wait-for sqlserver:1433 -- bundle exec rake test
command: wait-for sqlserver:1433 -- bundle exec rake test TESTOPTS="-v"
depends_on:
- "sqlserver"

0 comments on commit ed3e0d8

Please sign in to comment.