Skip to content

Commit 9a3b757

Browse files
committed
v4
1 parent 0fc41af commit 9a3b757

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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy