Skip to content

Commit

Permalink
remove some prints
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdan-rosianu committed Nov 13, 2024
1 parent c156728 commit 10897af
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/chainsimulator-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,8 @@ jobs:
path: docker/

- name: Start Docker containers
run: |
ls -lh
run: |
cd docker
cat overridable-config.toml
ls -lh
docker compose -f docker-compose.yml --profile elastic up -d
# Step 1: Wait for services to be healthy
Expand All @@ -41,8 +38,6 @@ jobs:
docker ps
sleep 10 # Allow time for containers to be started
docker logs chainsimulator
docker inspect chainsimulator
sleep 20 # Wait for 20 seconds to ensure services are up
# Step 2: Check chainsimulator API
- name: Check chainsimulator API
Expand Down

0 comments on commit 10897af

Please sign in to comment.