Skip to content

Commit

Permalink
update docker compose path
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdan-rosianu committed Nov 11, 2024
1 parent 7b215ec commit 44d175e
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 @@ -34,7 +34,7 @@ jobs:
ls -lh
cd .github
ls -lh
docker compose -f .github/docker/docker-compose.yml up -d
docker compose -f 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 44d175e

Please sign in to comment.