Skip to content

Commit 809527e

Browse files
author
Samuel Akopyan
committed
~ changes in automation
1 parent 484b5a6 commit 809527e

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@ jobs:
4747
phpunit --version
4848
4949
- name: Install Composer
50-
run: |
51-
apt-get update && apt-get install -y unzip
52-
curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
53-
composer install
50+
run: |
51+
apt-get update && apt-get install -y unzip
52+
curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
53+
composer install
5454
55-
- name: Install PHPUnit
55+
- name: Install PHPUnit
5656
run: composer require phpunit/phpunit ^7
5757

5858
- name: Check again some packages if they are installed
@@ -63,8 +63,3 @@ jobs:
6363
- name: Runt PHPUnit tests
6464
run: composer tests
6565

66-
67-
68-
69-
70-

0 commit comments

Comments
 (0)