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

This commit is contained in:
Hubert Cornet 2024-11-18 19:31:35 +01:00
parent 56c54b7d43
commit 1c052f67ac

View File

@ -33,7 +33,7 @@ jobs:
- name: Setup - name: Setup
run: | run: |
echo ---Building and starting up docker--- echo ---Building and starting up docker---
docker-compose -f ./<REPO_NAME>/docker-compose.yml -p testing up -d docker compose -f ./metabase/docker-compose.yml -p testing up -d
echo ---Containers up--- echo ---Containers up---
- name: Test - name: Test