Skip to content

Commit

Permalink
Merge pull request #19 from moevm/fix_github_actions_5
Browse files Browse the repository at this point in the history
Fix 5_prototype_analysis
  • Loading branch information
jonx8 authored Jan 20, 2025
2 parents d59f1c9 + 96d9b15 commit e302d25
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 e302d25

Please sign in to comment.