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 1aa05fb commit 3703837Copy full SHA for 3703837
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
fail-fast: false
21
matrix:
22
ruby:
23
- - 3.3.4
+ - 3.3.6
24
- 3.2.5
25
26
steps:
compose.ci.yaml
@@ -8,8 +8,6 @@ services:
8
build:
9
context: .
10
dockerfile: Dockerfile.ci
11
- command:
12
- - wait-for sqlserver:1433 -- bundle exec gem list
13
- - wait-for sqlserver:1433 -- bundle exec rake test
+ command: wait-for sqlserver:1433 -- bundle exec rake test
14
depends_on:
15
- "sqlserver"
0 commit comments