Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit461e873

Browse files
committed
Change log file name
1 parent6c24424 commit461e873

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎.github/workflows/build-and-check-windows-latest.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ jobs:
6464
-name:Test pgSphere (installcheck)
6565
run:|
6666
initdb -D pgdata -U postgres
67-
pg_ctl -D pgdata -lpostgres.log start
67+
pg_ctl -D pgdata -lpostgres_installcheck.log start
6868
make USE_HEALPIX=0 installcheck
69-
pg_ctl -D pgdata-l postgres_installcheck.logstop
69+
pg_ctl -D pgdata stop
7070
rm -rf pgdata
7171
7272
-name:Show installcheck regression.diffs
@@ -78,6 +78,7 @@ jobs:
7878
initdb -D pgdata -U postgres
7979
pg_ctl -D pgdata -l postgres_crushtest.log start
8080
make USE_HEALPIX=0 crushtest
81+
pg_ctl -D pgdata stop
8182
8283
-name:Show crushtest regression.diffs
8384
if:${{ failure() }}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp