Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ jobs:
- uses: shivammathur/setup-php@v2
with:
php-version: '8.0'
- run: php .github/build-packages.php

- name: TwigComponent Dependencies
uses: ramsey/composer-install@v2
Expand All @@ -125,9 +126,7 @@ jobs:
dependency-versions: lowest
- name: LiveComponent Tests
working-directory: src/LiveComponent
run: |
php ../../.github/build-packages.php
php vendor/bin/simple-phpunit
run: php vendor/bin/simple-phpunit

tests-php-high-deps:
runs-on: ubuntu-latest
Expand All @@ -136,6 +135,7 @@ jobs:
- uses: shivammathur/setup-php@v2
with:
php-version: '8.0'
- run: php .github/build-packages.php

- name: Chartjs Dependencies
uses: ramsey/composer-install@v2
Expand Down Expand Up @@ -183,9 +183,7 @@ jobs:
working-directory: src/LiveComponent
- name: LiveComponent Tests
working-directory: src/LiveComponent
run: |
php ../../.github/build-packages.php
php vendor/bin/simple-phpunit
run: php vendor/bin/simple-phpunit

tests-js:
runs-on: ubuntu-latest
Expand Down