Skip to content

Commit 61c3a5a

Browse files
committed
run starts/stops the server
1 parent 69173ec commit 61c3a5a

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,20 +61,16 @@ jobs:
6161
if: steps.pgml_extension_changed.outputs.PGML_EXTENSION_CHANGED_FILES != '0'
6262
run: |
6363
git checkout origin/master
64-
cargo pgrx start || cat ~/.pgrx/16.log
64+
echo "\q" | cargo pgrx run
6565
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
6766
git checkout $GITHUB_SHA
68-
cargo pgrx start || cat ~/.pgrx/16.log
67+
echo "\q" | cargo pgrx run
6968
psql -p 28816 -h localhost -d pgml -P pager -c "ALTER EXTENSION pgml UPDATE;"
70-
cargo pgrx stop
7169
- name: Unit tests
7270
if: steps.pgml_extension_changed.outputs.PGML_EXTENSION_CHANGED_FILES != '0'
7371
run: |
7472
cargo pgrx test
7573
- name: Integration tests
7674
if: steps.pgml_extension_changed.outputs.PGML_EXTENSION_CHANGED_FILES != '0'
7775
run: |
78-
cargo pgrx start
7976
psql -p 28816 -h 127.0.0.1 -d pgml -P pager -f tests/test.sql
80-
cargo pgrx stop

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