Skip to content

Commit

Permalink
Start the extension
Browse files Browse the repository at this point in the history
  • Loading branch information
rodo committed Dec 12, 2024
1 parent 2a92646 commit a03f45f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ jobs:
env:
PGPASSWORD: postgres

- name: start the extension
run: >-
psql --host localhost --username postgres --dbname postgres \
-c 'SELECT shedoc_start()'
- name: Checkout pgtap
uses: actions/checkout@v4
with:
Expand Down
7 changes: 7 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,13 @@ jobs:
env:
PGPASSWORD: postgres

- name: start the extension
run: >-
psql --host localhost --username postgres --dbname postgres \
-c 'SELECT shedoc_start()'
env:
PGPASSWORD: postgres

- name: Checkout pgtap
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit a03f45f

Please sign in to comment.