File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9595 - uses : actions/checkout@v5
9696 with :
9797 working-directory : /var/www/html/apps/
98- - name : Install and Cache Composer dependencies
99- uses : ramsey/composer-install@v3
100- with :
101- working-directory : /var/www/html/apps/solid
102- env :
103- COMPOSER_AUTH : ' {"github-oauth": {"github.com": "${{ secrets.GITHUB_TOKEN }}"}}'
10498 - name : Debug info
10599 run : |
106100 echo " =====> PWD:'$PWD'"
@@ -111,6 +105,12 @@ jobs:
111105 ls -lA "${GITHUB_WORKSPACE}/solid/"
112106 echo ' =====> /var/www/html/apps/solid'
113107 ls -lA "/var/www/html/apps/solid"
108+ - name : Install and Cache Composer dependencies
109+ uses : ramsey/composer-install@v3
110+ with :
111+ working-directory : /var/www/html/apps/solid
112+ env :
113+ COMPOSER_AUTH : ' {"github-oauth": {"github.com": "${{ secrets.GITHUB_TOKEN }}"}}'
114114 - name : Run PHPUnit
115115 run : |
116116 ${GITHUB_WORKSPACE}/solid/bin/phpunit \
You can’t perform that action at this time.
0 commit comments