Skip to content

Commit

Permalink
fix: 5_prototype_analysis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Dlexeyn committed Nov 15, 2024
1 parent 9d2e1e6 commit e661ad1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/5_prototype_analysis.yml
100644 → 100755
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 e661ad1

Please sign in to comment.