Skip to content

Commit

Permalink
Update compose.ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanharan committed Dec 5, 2024
1 parent e57982d commit 06885f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compose.ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
context: .
dockerfile: Dockerfile.ci
command:
- wait-for sqlserver:1433 -- gem list
- bundle exec rake test
- wait-for sqlserver:1433 -- bundle exec gem list
- wait-for sqlserver:1433 -- bundle exec rake test
depends_on:
- "sqlserver"

0 comments on commit 06885f1

Please sign in to comment.