Skip to content

Commit 64b6589

Browse files
authored
fix tiberius tests (#364)
1 parent 541b83b commit 64b6589

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -174,16 +174,12 @@ jobs:
174174
strategy:
175175
matrix:
176176
rust: ${{ fromJson(needs.set-rust-versions.outputs.versions) }}
177-
services:
178-
mssql:
179-
image: mcr.microsoft.com/mssql/server:2017-latest
180-
ports:
181-
- 1433:1433
182-
env:
183-
ACCEPT_EULA: yes
184-
SA_PASSWORD: Passw0rd
185177
steps:
186178
- uses: actions/checkout@v2
179+
- uses: potatoqualitee/[email protected]
180+
with:
181+
install: sqlengine, sqlpackage
182+
sa-password: Passw0rd
187183
- uses: actions-rs/toolchain@v1
188184
with:
189185
toolchain: ${{ matrix.rust }}

0 commit comments

Comments
 (0)