Skip to content

Commit

Permalink
Use docker compose instead of deprecated docker-compose (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
aashwin-rvvup authored Aug 5, 2024
1 parent e60c646 commit 9cf6822
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
if: always()
run: |
mkdir -p logs/magento
docker-compose logs > logs/container_logs.log
docker compose logs > logs/container_logs.log
docker cp magento-hyva-checkout-magento-1:/bitnami/magento/var/log logs/magento
- uses: actions/upload-artifact@v4
if: always()
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ If you would like to have a quick local installation of the plugin on a magento
- Copy .env.sample to .env and update the values as needed.
- Run the following command to start the docker containers:
```
docker-compose up -d --build
docker compose up -d --build
```
## End to End Testing
This plugin comes with Playwright tests to ensure it's functionality.
Expand Down

0 comments on commit 9cf6822

Please sign in to comment.