Skip to content

Commit

Permalink
ci: fix config
Browse files Browse the repository at this point in the history
  • Loading branch information
darrachequesne committed Mar 24, 2024
1 parent d4e7ab9 commit bca4058
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,11 @@ jobs:
runs-on: ubuntu-latest

services:
mysql:
sqlserver:
image: mcr.microsoft.com/mssql/server:2022-preview-ubuntu-22.04
ports:
- 1433:1433
environment:
env:
ACCEPT_EULA: Y
MSSQL_SA_PASSWORD: "Changeit_123"

Expand Down

0 comments on commit bca4058

Please sign in to comment.