Skip to content

Commit

Permalink
fix docker command
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdan-rosianu committed Nov 7, 2024
1 parent 828c425 commit f660df1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/chainsimulator-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- name: Start Docker containers
run: |
docker-compose -f .github/docker/docker-compose.yml up -d
docker compose -f .github/docker/docker-compose.yml up -d
# Step 1: Wait for services to be healthy
- name: Wait for services to be ready
Expand Down

0 comments on commit f660df1

Please sign in to comment.