This commit is contained in:
hatim boufnichel 2024-04-05 22:44:03 +02:00
parent 51987d2a3c
commit f89b31f3b9
2 changed files with 118 additions and 0 deletions

9
.github/workflows/test.yaml vendored Normal file
View file

@ -0,0 +1,9 @@
name: Docker Compose Actions Workflow
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build the stack
run: docker-compose -f /tests/docker-compose.yml up -d