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

Commitea643b9

Browse files
committed
more origin
1 parent008f5a5 commitea643b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎.github/workflows/ci.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
-name:Update extension
6363
if:steps.pgml_extension_changed.outputs.PGML_EXTENSION_CHANGED_FILES != '0'
6464
run:|
65-
git checkout master
65+
git checkoutorigin/master
6666
echo "\q" | cargo pgrx run
6767
psql -p 28816 -h localhost -d pgml -P pager -c "CREATE EXTENSION pgml;"
6868
git checkout $GITHUB_SHA
@@ -75,5 +75,5 @@ jobs:
7575
run:|
7676
cargo pgrx test
7777
cargo pgrx start
78-
psql -p28815 -h 127.0.0.1 -d pgml -P pager -f tests/test.sql
78+
psql -p28816 -h 127.0.0.1 -d pgml -P pager -f tests/test.sql
7979
cargo pgrx stop

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp