Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanPorshnev committed Dec 21, 2024
1 parent 84f97ab commit b1533dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/5_prototype_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,11 +127,11 @@ jobs:
- name: Build docker-compose
run: |
docker-compose build --no-cache
docker compose build --no-cache
- name: Run docker-compose
run: |
docker-compose up -d
docker compose up -d
sleep 30
- name: Check containers are alive
Expand Down Expand Up @@ -171,4 +171,4 @@ jobs:
else
echo "::error::Тег ${TAG} не найден"
exit 1
fi
fi

0 comments on commit b1533dd

Please sign in to comment.