Skip to content

Commit 12686c0

Browse files
committed
re-enable LiveComponent gh action
1 parent 76caf61 commit 12686c0

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

.github/workflows/test.yaml

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,12 @@ jobs:
6767
cd src/TwigComponent
6868
composer update --prefer-lowest --prefer-dist --no-interaction --no-ansi --no-progress
6969
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
7076
7177
tests-php-high-deps:
7278
runs-on: ubuntu-latest
@@ -104,14 +110,12 @@ jobs:
104110
cd src/TwigComponent
105111
composer update --prefer-dist --no-interaction --no-ansi --no-progress
106112
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
115119
116120
tests-js:
117121
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)