Skip to content

Commit 3f389e5

Browse files
test
1 parent 282a956 commit 3f389e5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/run-python-tests-pg.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
run: |
8080
FOR /f "delims=" %%F IN ('python tools\get_sb_package.py "https://www.postgresql.org/applications-v2.xml" "postgresql_${{ matrix.pgver }}" "windows-x64"') DO SET INSTALLER_EXE=%%F
8181
ECHO Running %INSTALLER_EXE%...
82-
%INSTALLER_EXE% --prefix C:\PostgreSQL\${{ matrix.pgver }} --datadir C:\PostgreSQL\${{ matrix.pgver }}\data --serverport 59${{ matrix.pgver }} --superpassword postgres --install_runtimes 0 --mode unattended --unattendedmodeui none --disable-components pgAdmin,stackbuilder --enable-components server,commandlinetools"
82+
%INSTALLER_EXE% --prefix C:\PostgreSQL_custom\${{ matrix.pgver }} --datadir C:\PostgreSQL_custom\${{ matrix.pgver }}\data --serverport 59${{ matrix.pgver }} --superpassword postgres --install_runtimes 0 --mode unattended --unattendedmodeui none --disable-components pgAdmin,stackbuilder --enable-components server,commandlinetools"
8383
choco install -y mitkerberos
8484
8585
REM Ignore error 3010 (reboot required)
@@ -89,7 +89,7 @@ jobs:
8989
- name: Add pg_config path to PATH
9090
shell: pwsh
9191
run: |
92-
$pgPath = "C:\\PostgreSQL\\${{ matrix.pgver }}\\bin"
92+
$pgPath = "C:\\PostgreSQL_custom\\${{ matrix.pgver }}\\bin"
9393
Write-Output $pgPath
9494
Add-Content -Path $env:GITHUB_PATH -Value $pgPath
9595
pg_config --version

0 commit comments

Comments
 (0)