Actualiser .gitea/workflows/ci.yml
Some checks failed
Deployment Verification / deploy-and-test (push) Failing after 8s

This commit is contained in:
Hubert Cornet 2024-11-18 19:32:27 +01:00
parent 1c052f67ac
commit 1e026f9336

View File

@ -32,6 +32,8 @@ jobs:
- name: Setup
run: |
pwd
ls -ila
echo ---Building and starting up docker---
docker compose -f ./metabase/docker-compose.yml -p testing up -d
echo ---Containers up---