Skip to content

Commit 9ec0bfa

Browse files
committed
fix: graphql_public schema too
1 parent 24b7442 commit 9ec0bfa

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

ansible/tasks/test-image.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,14 @@
110110
become: yes
111111
when: is_psql_oriole
112112

113+
- name: Remove graphql schema test
114+
lineinfile:
115+
path: /tmp/migrations/tests/databases/exists.sql
116+
regexp: "^SELECT has_schema\\('graphql_public'\\);$"
117+
state: absent
118+
become: yes
119+
when: is_psql_oriole
120+
113121
- name: Run Unit tests (with filename unit-test-*) on Postgres Database
114122
shell: /usr/bin/pg_prove -U postgres -h localhost -d postgres -v /tmp/unit-tests/unit-test-*.sql
115123
register: retval

0 commit comments

Comments
 (0)