File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 56
56
docker run --rm \
57
57
-v ${{ github.workspace }}:/var/www/html \
58
58
-w /var/www/html \
59
- -e COMPOSER_HOME=/tmp/ composer \
59
+ -e COMPOSER_HOME=/var/www/. composer \
60
60
-e GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} \
61
+ --user www-data \
61
62
satisfy-test:${{ github.sha }} \
62
63
composer install --no-interaction --prefer-dist
63
64
66
67
docker run --rm \
67
68
-v ${{ github.workspace }}:/var/www/html \
68
69
-w /var/www/html \
69
- -e COMPOSER_HOME=/tmp/ composer \
70
+ -e COMPOSER_HOME=/var/www/. composer \
70
71
-e GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} \
72
+ --user www-data \
71
73
satisfy-test:${{ github.sha }} \
72
74
composer diagnose
73
75
76
78
docker run --rm \
77
79
-v ${{ github.workspace }}:/var/www/html \
78
80
-w /var/www/html \
79
- -e COMPOSER_HOME=/tmp/ composer \
81
+ -e COMPOSER_HOME=/var/www/. composer \
80
82
-e GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} \
83
+ --user www-data \
81
84
satisfy-test:${{ github.sha }} \
82
85
composer check-platform-reqs
83
86
87
90
docker run --rm \
88
91
-v ${{ github.workspace }}:/var/www/html \
89
92
-w /var/www/html \
90
- -e COMPOSER_HOME=/tmp/ composer \
93
+ -e COMPOSER_HOME=/var/www/. composer \
91
94
-e GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} \
92
95
-e APP_ENV=test \
96
+ --user www-data \
93
97
satisfy-test:${{ github.sha }} \
94
98
bin/phpunit
You can’t perform that action at this time.
0 commit comments