Skip to content

Commit 93d7caf

Browse files
committed
ci: Correct wrong service label
1 parent 0144783 commit 93d7caf

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/specs_mssql_rails61.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
RAILS_VERSION: 6.1
2121

2222
services:
23-
postgres:
23+
mssql:
2424
image: mcr.microsoft.com/mssql/server:2022-latest
2525
env:
2626
ACCEPT_EULA: 'Y'

.github/workflows/specs_mssql_rails72.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
RAILS_VERSION: 7.2
2121

2222
services:
23-
postgres:
23+
mssql:
2424
image: mcr.microsoft.com/mssql/server:2022-latest
2525
env:
2626
ACCEPT_EULA: 'Y'

.github/workflows/specs_mssql_rails80.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
RAILS_VERSION: 8.0
2121

2222
services:
23-
postgres:
23+
mssql:
2424
image: mcr.microsoft.com/mssql/server:2022-latest
2525
env:
2626
ACCEPT_EULA: 'Y'

.github/workflows/specs_mssql_rails81.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
RAILS_VERSION: 8.1
2121

2222
services:
23-
postgres:
23+
mssql:
2424
image: mcr.microsoft.com/mssql/server:2022-latest
2525
env:
2626
ACCEPT_EULA: 'Y'

0 commit comments

Comments
 (0)