Обновить .github/workflows/all_test3.yaml
This commit is contained in:
6
.github/workflows/all_test3.yaml
vendored
6
.github/workflows/all_test3.yaml
vendored
@@ -1,4 +1,3 @@
|
||||
|
||||
on:
|
||||
workflow_call:
|
||||
inputs:
|
||||
@@ -59,6 +58,11 @@ jobs:
|
||||
ssh-add ~/.ssh/id_rsa
|
||||
echo "SSH_AUTH_SOCK=$SSH_AUTH_SOCK" >> $GITHUB_ENV
|
||||
|
||||
#На случай зависших сервисов
|
||||
- name: Clean up existing Docker Compose services (if any)
|
||||
run: |
|
||||
docker compose -f docker-compose-dev.yaml down || true
|
||||
|
||||
- name: Start docker-compose services
|
||||
env:
|
||||
DOCKER_BUILDKIT: 1
|
||||
|
||||
Reference in New Issue
Block a user