Skip to content

Commit eb7e9c6

Browse files
authored
Reorder Composer dependencies installation step
1 parent 483028a commit eb7e9c6

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/php.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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 \

0 commit comments

Comments
 (0)