Skip to content

Commit

Permalink
Update GitHub Workflows for tests
Browse files Browse the repository at this point in the history
Change docker-compose to docker compose in GitHub workflows
  • Loading branch information
anvit committed Aug 2, 2024
1 parent a676728 commit 5371489
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Start containerized services
run: |
sudo sysctl -w vm.max_map_count=262144
docker-compose up -d percona elasticsearch gearmand
docker compose up -d percona elasticsearch gearmand
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Start containerized services
run: |
sudo sysctl -w vm.max_map_count=262144
docker-compose up -d percona elasticsearch
docker compose up -d percona elasticsearch
- name: Setup PHP 7.4
uses: shivammathur/setup-php@v2
with:
Expand Down

0 comments on commit 5371489

Please sign in to comment.