Skip to content

Commit

Permalink
Remove unnecessary 'Get tools dependencies' step from bench, sharding…
Browse files Browse the repository at this point in the history
…-test jobs
  • Loading branch information
binary-ho committed Aug 31, 2024
1 parent be335eb commit 7b43567
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,6 @@ jobs:
- name: Check out code
uses: actions/checkout@v4

- name: Get tools dependencies
run: make tools

- name: Stack
run: docker compose -f build/docker/docker-compose.yml up --build -d

Expand Down Expand Up @@ -153,9 +150,6 @@ jobs:
- name: Check out code
uses: actions/checkout@v4

- name: Get tools dependencies
run: make tools

- name: Check Docker Compose Version
run: docker compose --version

Expand Down

0 comments on commit 7b43567

Please sign in to comment.