Skip to content

Commit fdba360

Browse files
committed
Give read-write permission to all instead
1 parent 32dbb86 commit fdba360

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +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
113+
chmod -R a+rw ./data
114+
chmod -R a+rw ./logs
115115
docker compose --profile rest-api --profile minio up -d
116116
117117
echo "Waiting for PHP API to boot..."

0 commit comments

Comments
 (0)