Skip to content

Commit

Permalink
Update 5_prototype_analysis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KuznetsovNick committed Dec 11, 2024
1 parent a2efe45 commit a95003a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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

0 comments on commit a95003a

Please sign in to comment.