Skip to content

Commit a1cb90e

Browse files
author
Bart Koelman
committed
Removed temporary workaround to start postgres service in cibuild (#1083)
1 parent 3f4d2a0 commit a1cb90e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

appveyor.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,7 @@ for:
3434
only:
3535
- image: Visual Studio 2019
3636
services:
37-
- postgresql134
38-
# https://help.appveyor.com/discussions/problems/30239-postgres-fails-to-connect-after-version-change
39-
init:
40-
- net start postgresql-x64-13
37+
- postgresql13
4138
# REF: https://github.com/docascode/docfx-seed/blob/master/appveyor.yml
4239
before_build:
4340
- pwsh: |

0 commit comments

Comments
 (0)