Skip to content

Commit 32dbb86

Browse files
committed
Remove local mount paths to reduce likelihood of write errors
1 parent da83134 commit 32dbb86

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,8 @@ jobs:
110110
if: matrix.os == 'ubuntu-latest'
111111
working-directory: ./services
112112
run: |
113+
sed -i 's@^.*data/php.*$@@g' docker-compose.yaml
114+
sed -i 's@^.*logs/php.*$@@g' docker-compose.yaml
113115
docker compose --profile rest-api --profile minio up -d
114116
115117
echo "Waiting for PHP API to boot..."

0 commit comments

Comments
 (0)