Actualiser .gitea/workflows/ci.yml
Some checks failed
Deployment Verification / deploy-and-test (push) Failing after 8s
Some checks failed
Deployment Verification / deploy-and-test (push) Failing after 8s
This commit is contained in:
parent
25a743f586
commit
56c54b7d43
@ -31,10 +31,10 @@ jobs:
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
||||
- name: Setup
|
||||
run: |
|
||||
echo ---Building and starting up docker---
|
||||
docker-compose -f ./<REPO_NAME>/docker-compose.yml -p testing up -d
|
||||
echo ---Containers up---
|
||||
run: |
|
||||
echo ---Building and starting up docker---
|
||||
docker-compose -f ./<REPO_NAME>/docker-compose.yml -p testing up -d
|
||||
echo ---Containers up---
|
||||
|
||||
- name: Test
|
||||
run: docker compose run --rm test
|
||||
|
Loading…
x
Reference in New Issue
Block a user