File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -45,19 +45,15 @@ jobs:
45
45
- uses : shivammathur/setup-php@v2
46
46
47
47
- name : Install root dependencies
48
- uses : ramsey/composer-install@v3
49
- with :
50
- working-directory : ${{ github.workspace }}
48
+ run : composer install
51
49
52
50
- name : Build root packages
53
51
run : php .github/build-packages.php
54
- working-directory : ${{ github.workspace }}
55
52
56
53
# We always install PHP deps because we of the UX Translator, which requires `var/translations` to exists
57
- - uses : ramsey/composer-install@v3
58
- with :
59
- dependency-versions : ' highest'
60
- working-directory : test_apps/encore-app
54
+ - name : Install App dependenies
55
+ run : composer update
56
+ working-directory : test_apps/encore-app
61
57
62
58
- if : matrix.ux-packages-source == 'php-vendor'
63
59
name : Refresh dependencies from vendor/
You can’t perform that action at this time.
0 commit comments