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

Commit9a3b757

Browse files
committed
v4
1 parent0fc41af commit9a3b757

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

‎.github/workflows/ci.yml‎

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,16 +58,13 @@ jobs:
5858
cargo pgrx init
5959
echo "shared_preload_libraries = 'pgml'" >> ~/.pgrx/data-16/postgresql.conf
6060
fi
61-
-name:Get current version
62-
id:current_version
63-
run:echo "CI_BRANCH=$(git name-rev --name-only HEAD)" >> $GITHUB_OUTPUT
6461
-name:Update extension
6562
if:steps.pgml_extension_changed.outputs.PGML_EXTENSION_CHANGED_FILES != '0'
6663
run:|
6764
git checkout master
6865
echo "\q" | cargo pgrx run
6966
psql -p 28816 -h localhost -d pgml -P pager -c "CREATE EXTENSION pgml;"
70-
git checkout $CI_BRANCH
67+
git checkout $GITHUB_SHA
7168
echo "\q" | cargo pgrx run
7269
psql -p 28816 -h localhost -d pgml -P pager -c "ALTER EXTENSION pgml UPDATE;"
7370
-name:Run tests

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp