We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent08b6b47 commite43af5cCopy full SHA for e43af5c
.github/workflows/ci.yml
@@ -61,11 +61,11 @@ jobs:
61
if:steps.pgml_extension_changed.outputs.PGML_EXTENSION_CHANGED_FILES != '0'
62
run:|
63
git checkout origin/master
64
- cargo pgrx start
+ cargo pgrx start | cat /home/runner/.pgrx/16.log
65
psql -p 28816 -h localhost -d pgml -P pager -c "DROP EXTENSION IF EXISTS pgml CASCADE; DROP SCHEMA IF EXISTS pgml CASCADE; CREATE EXTENSION pgml;"
66
cargo pgrx stop
67
git checkout $GITHUB_SHA
68
69
psql -p 28816 -h localhost -d pgml -P pager -c "ALTER EXTENSION pgml UPDATE;"
70
71
-name:Unit tests