We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da83134 commit 32dbb86Copy full SHA for 32dbb86
1 file changed
.github/workflows/test.yml
@@ -110,6 +110,8 @@ jobs:
110
if: matrix.os == 'ubuntu-latest'
111
working-directory: ./services
112
run: |
113
+ sed -i 's@^.*data/php.*$@@g' docker-compose.yaml
114
+ sed -i 's@^.*logs/php.*$@@g' docker-compose.yaml
115
docker compose --profile rest-api --profile minio up -d
116
117
echo "Waiting for PHP API to boot..."
0 commit comments