Skip to content

Commit

Permalink
refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdan-rosianu committed Nov 7, 2024
1 parent 824e38e commit 828c425
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/chainsimulator-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Start Docker containers
run: |
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
run: |
Expand Down

0 comments on commit 828c425

Please sign in to comment.