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 0c02cb9 commit 4aff609Copy full SHA for 4aff609
.github/workflows/integration.yml
@@ -17,7 +17,7 @@ jobs:
17
with:
18
configFile: .devcontainer/devcontainer.json
19
runCmd: |
20
- composer install
+ composer install --no-interaction --no-progress --prefer-dist
21
while ! mysqladmin ping -h"database" --silent; do
22
sleep 1
23
done
0 commit comments