File tree Expand file tree Collapse file tree 1 file changed +12
-8
lines changed Expand file tree Collapse file tree 1 file changed +12
-8
lines changed Original file line number Diff line number Diff line change 67
67
cd src/TwigComponent
68
68
composer update --prefer-lowest --prefer-dist --no-interaction --no-ansi --no-progress
69
69
php vendor/bin/simple-phpunit
70
+ - name : LiveComponent
71
+ run : |
72
+ cd src/LiveComponent
73
+ php ../../.github/build-packages.php
74
+ composer update --prefer-lowest --prefer-dist --no-interaction --no-ansi --no-progress
75
+ php vendor/bin/simple-phpunit
70
76
71
77
tests-php-high-deps :
72
78
runs-on : ubuntu-latest
@@ -104,14 +110,12 @@ jobs:
104
110
cd src/TwigComponent
105
111
composer update --prefer-dist --no-interaction --no-ansi --no-progress
106
112
php vendor/bin/simple-phpunit
107
- # TODO: re-enable once LiveComponent is updated to use attributes
108
- # - name: LiveComponent
109
- # run: |
110
- # cd src/LiveComponent
111
- # php ../../.github/build-packages.php
112
- # composer config platform.php 7.4.99
113
- # composer update --prefer-dist --no-interaction --no-ansi --no-progress
114
- # php vendor/bin/simple-phpunit
113
+ - name : LiveComponent
114
+ run : |
115
+ cd src/LiveComponent
116
+ php ../../.github/build-packages.php
117
+ composer update --prefer-dist --no-interaction --no-ansi --no-progress
118
+ php vendor/bin/simple-phpunit
115
119
116
120
tests-js :
117
121
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments