We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4baa67f commit 2cb21a9Copy full SHA for 2cb21a9
.github/jobs/baseinstall.sh
@@ -23,6 +23,7 @@ show_phpinfo "$phpversion"
23
24
section_start "Run composer"
25
export APP_ENV="dev"
26
+pwd
27
composer install --no-scripts |tee "$ARTIFACTS"/composer_out.txt
28
section_end
29
0 commit comments