Laurent Destailleur 2 years ago
parent
commit
f3754bb8d1
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .github/workflows/github_ci_php71_pgsql.yml

+ 2 - 0
.github/workflows/github_ci_php71_pgsql.yml

@@ -49,6 +49,7 @@ jobs:
     - name: Install packages for PHP 7.1
       run: |
         sudo composer self-update 2.2.18
+        composer -n config -g vendor-dir htdocs/includes
 
         sudo add-apt-repository -y ppa:ondrej/php
         sudo apt-get update
@@ -76,6 +77,7 @@ jobs:
       run: | 
         export PATH="$GITHUB_WORKSPACE/htdocs/includes/bin:$PATH"
         echo $PATH
+        ls $GITHUB_WORKSPACE
         ls $GITHUB_WORKSPACE/htdocs/
         ls $GITHUB_WORKSPACE/htdocs/includes/
         ls $GITHUB_WORKSPACE/htdocs/includes/bin