Skip to content

Commit

Permalink
Update 5_prototype_analysis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
necitboss authored Dec 12, 2024
1 parent 3ac6a2c commit ef91803
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 ef91803

Please sign in to comment.