We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46da789 commit 80311caCopy full SHA for 80311ca
1 file changed
.github/workflows/ci.yml
@@ -44,6 +44,10 @@ jobs:
44
- uses: actions/setup-dotnet@v4
45
with:
46
global-json-file: modules/global.json
47
+ - name: Install psql (Windows)
48
+ if: runner.os == 'Windows'
49
+ run: choco install postgresql --params "/NoService /SkipInstallationChecks" --ia '--enable-components commandlinetools' --no-progress -y
50
+ shell: powershell
51
- name: Build and start database (Linux)
52
if: runner.os == 'Linux'
53
run: docker compose up -d
0 commit comments