We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24b7442 commit 9ec0bfaCopy full SHA for 9ec0bfa
ansible/tasks/test-image.yml
@@ -110,6 +110,14 @@
110
become: yes
111
when: is_psql_oriole
112
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
+
121
- name: Run Unit tests (with filename unit-test-*) on Postgres Database
122
shell: /usr/bin/pg_prove -U postgres -h localhost -d postgres -v /tmp/unit-tests/unit-test-*.sql
123
register: retval
0 commit comments