Skip to content

Commit c7b8601

Browse files
committed
Start PostgreSQL service explicitly on Windows
1 parent 1fff6cd commit c7b8601

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

appveyor.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ for:
3535
- image: Visual Studio 2022
3636
services:
3737
- postgresql15
38+
install:
39+
# Temporary workaround for https://help.appveyor.com/discussions/questions/60488-postgresql-version
40+
- net start postgresql-x64-15
3841
# REF: https://github.com/docascode/docfx-seed/blob/master/appveyor.yml
3942
before_build:
4043
- pwsh: |

0 commit comments

Comments
 (0)