This commit is contained in:
hatim boufnichel 2024-04-06 00:14:53 +02:00
parent 10162ff30e
commit 54eb7808a0
2 changed files with 4 additions and 3 deletions

View file

@ -5,5 +5,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build the image
run: docker build -t my-image ./src/tests
steps:
- name: Build the stack
run: docker-compose --project-directory ./ -f src/tests/docker-compose.yml up -d