Skip to content

Commit 4aff609

Browse files
committed
💚 Fix integration test
1 parent 0c02cb9 commit 4aff609

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
configFile: .devcontainer/devcontainer.json
1919
runCmd: |
20-
composer install
20+
composer install --no-interaction --no-progress --prefer-dist
2121
while ! mysqladmin ping -h"database" --silent; do
2222
sleep 1
2323
done

0 commit comments

Comments
 (0)