Skip to content

Commit

Permalink
Enable e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pavetok committed Feb 17, 2024
1 parent 76ffcbe commit c01c867
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion baker/ansible/inventory/group_vars/all/stacks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ product:
postgres:
name: "{{ project.name }}"
cid: "{{ lookup('ansible.builtin.pipe', 'git write-tree --prefix=db/postgres')[:7] }}"
image: database/postgres
image: db/postgres
schemas:
postgres:
- name: sepulkarium
Expand Down
3 changes: 3 additions & 0 deletions test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<skipTests>false</skipTests>
</configuration>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit c01c867

Please sign in to comment.