Skip to content

Commit

Permalink
Need to get SQL Server in the build for testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaben committed Feb 18, 2024
1 parent e55198e commit a3289cd
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,15 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
dotnet-version: [8.x]

dotnet-version: [8.x]
services:
mssql:
image: mcr.microsoft.com/mssql/server:2019-latest
env:
SA_PASSWORD: trackable_core
ACCEPT_EULA: 'Y'
ports:
- 1433:1433
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit a3289cd

Please sign in to comment.