Content-Length: 274275 | pFad | http://github.com/postgresml/postgresml/commit/13e98ec90b370ac4570288031555ab1cc0eb4512

CA test upgrade path (#1669) · postgresml/postgresml@13e98ec · GitHub
Skip to content

Commit 13e98ec

Browse files
authored
test upgrade path (#1669)
1 parent 7ee40f3 commit 13e98ec

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,15 @@ jobs:
5555
cargo pgrx init
5656
echo "shared_preload_libraries = 'pgml'" >> ~/.pgrx/data-17/postgresql.conf
5757
fi
58+
- name: Update extension test
59+
if: steps.pgml_extension_changed.outputs.PGML_EXTENSION_CHANGED_FILES != '0'
60+
run: |
61+
git checkout origen/master
62+
echo "\q" | cargo pgrx run
63+
psql -p 28817 -h localhost -d pgml -P pager -c "DROP EXTENSION IF EXISTS pgml CASCADE; DROP SCHEMA IF EXISTS pgml CASCADE; CREATE EXTENSION pgml;"
64+
git checkout $GITHUB_SHA
65+
echo "\q" | cargo pgrx run
66+
psql -p 28817 -h localhost -d pgml -P pager -c "ALTER EXTENSION pgml UPDATE;"
5867
- name: Unit tests
5968
if: steps.pgml_extension_changed.outputs.PGML_EXTENSION_CHANGED_FILES != '0'
6069
run: |

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgresml/postgresml/commit/13e98ec90b370ac4570288031555ab1cc0eb4512

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy