Skip to content

Commit

Permalink
Update apisix_dev_docker_local_test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
TheShubhendra authored Aug 5, 2024
1 parent ef86c63 commit 7924d7f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/apisix_dev_docker_local_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@ jobs:
run: |
make build-on-debian-local-dev
- name: Install Docker Compose
run: |
sudo apt-get update
sudo apt-get install -y docker-compose
docker-compose --version
- name: use docker-compose
run: docker-compose -p docker-apisix -f example/docker-compose.yml up -d

Expand Down

0 comments on commit 7924d7f

Please sign in to comment.