Skip to content

Commit

Permalink
Add schema when calling start
Browse files Browse the repository at this point in the history
  • Loading branch information
rodo committed Dec 12, 2024
1 parent 1f0088c commit 8164d33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: start the extension
run: >-
psql --host localhost --username postgres --dbname postgres \
-c 'SELECT schedoc_start()'
-c 'SELECT dba.schedoc_start()'
- name: Checkout pgtap
uses: actions/checkout@v4
Expand Down

0 comments on commit 8164d33

Please sign in to comment.