Skip to content

Commit 6794aa3

Browse files
committed
swapping order
1 parent 094f218 commit 6794aa3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ jobs:
6161
php vendor/bin/simple-phpunit
6262
- name: LiveComponent
6363
run: |
64-
php .github/build-packages.php
6564
cd src/LiveComponent
65+
php ../../.github/build-packages.php
6666
composer update --prefer-lowest --prefer-dist --no-interaction --no-ansi --no-progress
6767
php vendor/bin/simple-phpunit
6868
@@ -105,8 +105,8 @@ jobs:
105105
php vendor/bin/simple-phpunit
106106
- name: LiveComponent
107107
run: |
108-
php .github/build-packages.php
109108
cd src/LiveComponent
109+
php ../../.github/build-packages.php
110110
composer config platform.php 7.4.99
111111
composer update --prefer-dist --no-interaction --no-ansi --no-progress
112112
php vendor/bin/simple-phpunit

0 commit comments

Comments
 (0)