Skip to content

Commit dd802b7

Browse files
authored
Clean up PHP workflow by removing redundant commands
Removed unnecessary echo and ls commands for directories in the workflow.
1 parent 264f616 commit dd802b7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/php.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,6 @@ jobs:
104104
ls -lA "$PWD"
105105
echo " =====> GITHUB_WORKSPACE:'${GITHUB_WORKSPACE}'"
106106
ls -lA "$GITHUB_WORKSPACE"
107-
echo ' =====> ${GITHUB_WORKSPACE}/solid/'
108-
ls -lA "${GITHUB_WORKSPACE}/solid/"
109-
echo ' =====> /var/www/html/apps/solid'
110-
ls -lA "/var/www/html/apps/solid"
111107
- name: Install and Cache Composer dependencies
112108
uses: ramsey/composer-install@v3
113109
with:

0 commit comments

Comments
 (0)