Skip to content

Commit

Permalink
ci: change docker-compose to "docker compose"
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos V <carlos.vdr@semiotic.ai>
  • Loading branch information
carlosvdr committed Aug 28, 2024
1 parent 17e7bd8 commit 5a8d60d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/local_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
- name: Start Docker Compose
run: docker-compose up -d
run: docker compose up -d
working-directory: ./tests
- name: Checking graph-node availability
uses: nick-fields/retry@v2
Expand Down

0 comments on commit 5a8d60d

Please sign in to comment.