Skip to content

Commit 80311ca

Browse files
committed
Add Ci step for install psql
1 parent 46da789 commit 80311ca

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ jobs:
4444
- uses: actions/setup-dotnet@v4
4545
with:
4646
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
4751
- name: Build and start database (Linux)
4852
if: runner.os == 'Linux'
4953
run: docker compose up -d

0 commit comments

Comments
 (0)