Skip to content

Commit 3703837

Browse files
committed
Debug
1 parent 1aa05fb commit 3703837

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
fail-fast: false
2121
matrix:
2222
ruby:
23-
- 3.3.4
23+
- 3.3.6
2424
- 3.2.5
2525

2626
steps:

compose.ci.yaml

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

0 commit comments

Comments
 (0)