Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Testcontainers.MsSql for unit tests #820

Merged
merged 22 commits into from
Jun 18, 2024
Prev Previous commit
Next Next commit
ubuntu
  • Loading branch information
StefH committed Jun 16, 2024
commit 55e866876faf5f6a384f304c2ebdfc6b080c7b5c
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push]

jobs:
build:
runs-on: windows-2022
runs-on: ubuntu

env:
IsRunningOnGitHubActions: 'true'
Expand Down