Skip to content

Commit

Permalink
Pin version of SQL Server for integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
stevencl840 committed Aug 5, 2024
1 parent 0a34c49 commit 2e01c46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
schedule:
# Daily 5am australian/brisbane time (7pm UTC)
- cron: '0 19 * * *'

pull_request:
push:
branches:
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
SERVER_URL: "http://localhost:8080"
services:
sqlserver:
image: mcr.microsoft.com/mssql/server:2019-latest
image: mcr.microsoft.com/mssql/server:2019-CU27-ubuntu-20.04
env:
ACCEPT_EULA: Y
SA_PASSWORD: ${{ env.SA_PASSWORD }}
Expand Down

0 comments on commit 2e01c46

Please sign in to comment.