Skip to content

Commit 609b314

Browse files
author
Samuel Akopyan
committed
~ changes in automation
1 parent ee969be commit 609b314

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/main.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,19 @@ jobs:
4545
composer --version
4646
phpunit --version
4747
48+
- name: Install PHPUnit
49+
run: composer require phpunit/phpunit ^7
50+
51+
- name: Check again some packages if they are installed
52+
run: |
53+
composer --version
54+
phpunit --version
55+
4856
- name: Runt PHPUnit tests
4957
run: composer tests
5058

59+
60+
61+
62+
63+

0 commit comments

Comments
 (0)