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 c35fa68 commit d1e06d4Copy full SHA for d1e06d4
ansible/tasks/test-image.yml
@@ -72,12 +72,12 @@
72
- name: Remove specified extensions from SQL file
73
ansible.builtin.command:
74
cmd: >
75
- sed -i '/\(timescaledb\|postgis\|pgrouting\|plv8\|pgvector\)/d'
76
- /tmp/migrations/tests/test.sql
77
- when: is_psql_oriole_16 and stage2_nix
+ sed -i '/\\ir.*\(timescaledb\|postgis\|pgrouting\|plv8\|pgvector\).*\.sql/d' /tmp/migrations/tests/test.sql
+ when: is_psql_oriole_16
78
become: yes
79
80
+
81
- name: Run migrations tests
82
shell: /usr/bin/pg_prove -U supabase_admin -h localhost -d postgres -v tests/test.sql
83
register: retval
0 commit comments