Skip to content

Commit 4c1cdde

Browse files
jakzalNyholm
andauthored
Update .github/workflows/tests.yml
Co-authored-by: Tobias Nyholm <tobias.nyholm@gmail.com>
1 parent 6174f06 commit 4c1cdde

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,12 @@ jobs:
7676

7777
- name: Install dependencies
7878
run: |
79+
echo "::group::composer update"
7980
composer update --no-progress --no-suggest --ansi
81+
echo "::endgroup::"
82+
echo "::group::install phpunit"
8083
./phpunit install
84+
echo "::endgroup::"
8185
8286
- name: Run tests
8387
run: ./phpunit --verbose --group integration

0 commit comments

Comments
 (0)