Skip to content

Commit 4fc6020

Browse files
committed
reenable unit tests
1 parent e6656eb commit 4fc6020

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ansible/playbook.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,11 @@
157157
cmd: /usr/lib/postgresql/bin/pg_ctl -D /var/lib/postgresql/data stop
158158
when: ebssurrogate_mode
159159

160+
- name: Run unit tests
161+
import_tasks: tasks/test-image.yml
162+
tags:
163+
- unit-tests
164+
160165
- name: Collect Postgres binaries
161166
import_tasks: tasks/internal/collect-pg-binaries.yml
162167
tags:

0 commit comments

Comments
 (0)