File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 59
59
if : always()
60
60
run : |
61
61
mkdir -p logs/magento
62
- docker- compose logs > logs/container_logs.log
62
+ docker compose logs > logs/container_logs.log
63
63
docker cp magento-hyva-checkout-magento-1:/bitnami/magento/var/log logs/magento
64
64
- uses : actions/upload-artifact@v4
65
65
if : always()
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ If you would like to have a quick local installation of the plugin on a magento
24
24
- Copy .env.sample to .env and update the values as needed.
25
25
- Run the following command to start the docker containers:
26
26
```
27
- docker- compose up -d --build
27
+ docker compose up -d --build
28
28
```
29
29
## End to End Testing
30
30
This plugin comes with Playwright tests to ensure it's functionality.
You can’t perform that action at this time.
0 commit comments