Skip to content

Commit

Permalink
chore: also include pgrouting and postgis in orioledb test
Browse files Browse the repository at this point in the history
  • Loading branch information
samrose committed Jan 11, 2025
1 parent bb1f017 commit 013d96b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ansible/tasks/test-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
- name: Remove specified extensions from SQL file
ansible.builtin.command:
cmd: >
sed -i '/\\ir.*\(timescaledb\|postgis\|pgrouting\|plv8\|pg_jsonschema\|pg_graphql\).*\.sql/d' /tmp/migrations/tests/extensions/test.sql
sed -i '/\\ir.*\(timescaledb\|plv8\).*\.sql/d' /tmp/migrations/tests/extensions/test.sql
when: is_psql_oriole
become: yes

Expand All @@ -76,8 +76,6 @@
paths: /tmp/migrations/tests/extensions
patterns:
- '*timescaledb*.sql'
- '*postgis*.sql'
- '*pgrouting*.sql'
- '*plv8*.sql'
register: files_to_remove
when: is_psql_oriole
Expand Down

0 comments on commit 013d96b

Please sign in to comment.