File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -93,19 +93,19 @@ jobs:
9393 - 30
9494 steps :
9595 - uses : actions/checkout@v5
96- - name : Install and Cache Composer dependencies
97- uses : ramsey/composer-install@v3
98- with :
99- working-directory : /var/www/html/apps/solid
100- env :
101- COMPOSER_AUTH : ' {"github-oauth": {"github.com": "${{ secrets.GITHUB_TOKEN }}"}}'
10296 - name : Debug info
10397 run : |
10498 echo " =====> PWD:'$PWD'"
10599 ls -lA "$PWD"
106100 echo " =====> GITHUB_WORKSPACE:'${GITHUB_WORKSPACE}'"
107101 ls -lA "$GITHUB_WORKSPACE"
108102 echo ' =====> ${GITHUB_WORKSPACE}/solid/'
103+ - name : Install and Cache Composer dependencies
104+ uses : ramsey/composer-install@v3
105+ with :
106+ working-directory : /var/www/html/apps/solid
107+ env :
108+ COMPOSER_AUTH : ' {"github-oauth": {"github.com": "${{ secrets.GITHUB_TOKEN }}"}}'
109109 - name : Run PHPUnit
110110 run : |
111111 ${GITHUB_WORKSPACE}/solid/bin/phpunit \
You can’t perform that action at this time.
0 commit comments