Skip to content

Commit

Permalink
Migrate to docker compose plugin
Browse files Browse the repository at this point in the history
The docker-compose script was deleted in
actions/runner-images#10368

Signed-off-by: m.nabokikh <maksim.nabokikh@flant.com>
  • Loading branch information
nabokihms committed Aug 2, 2024
1 parent 07a4283 commit b07c84f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
run: make verify

- name: Start services
run: docker-compose -f docker-compose.test.yaml up -d
run: docker compose -f docker-compose.test.yaml up -d

- name: Create kind cluster
uses: helm/kind-action@0025e74a8c7512023d06dc019c617aa3cf561fde # v1.10.0
Expand Down

0 comments on commit b07c84f

Please sign in to comment.