Add tests

This commit is contained in:
darthjee
2024-07-27 09:06:19 -03:00
parent dee6e5bfa1
commit 56274d41ff

View File

@@ -1,6 +1,6 @@
version: "3.9"
services:
font_helper:
base: &base
container_name: font_helper
image: font_helper
build:
@@ -9,3 +9,16 @@ services:
command: /bin/bash
volumes:
- ./source:/home/app/app
base_build:
<<: *base
command: echo done
font_helper:
<<: *base
depends_on: [base_build]
font_helper_tests:
<<: *base
depends_on: [base_build]
command: /bin/bash