Adding molecule unit tests
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
ghcr.io/element-hq/synapse:{{ matrix_version }}
|
||||
generate
|
||||
creates: "{{ matrix_data_dir }}/synapse/homeserver.yaml"
|
||||
when: not (molecule_test_mode | default(false))
|
||||
|
||||
- name: Deploy Element config
|
||||
ansible.builtin.template:
|
||||
@@ -37,3 +38,4 @@
|
||||
community.docker.docker_compose_v2:
|
||||
project_src: "{{ matrix_data_dir }}"
|
||||
state: present
|
||||
when: not (molecule_test_mode | default(false))
|
||||
|
||||
Reference in New Issue
Block a user