Install dependencies in workflows

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This commit is contained in:
Côme Chilliet 2023-06-08 10:37:14 +02:00
parent d8887fb9bf
commit ce42f2ae6b
No known key found for this signature in database
GPG Key ID: A3E2F658B28C760A
3 changed files with 9 additions and 0 deletions

View File

@ -30,5 +30,8 @@ jobs:
php-version: ${{ matrix.php-versions }}
coverage: none
- name: Install dependencies
run: composer i
- name: test-cli
run: make test-cli

View File

@ -30,6 +30,9 @@ jobs:
php-version: ${{ matrix.php-versions }}
coverage: none
- name: Install dependencies
run: composer i
- name: test-master
run: make test-master

View File

@ -36,6 +36,9 @@ jobs:
php-version: ${{ matrix.php-versions }}
coverage: none
- name: Install dependencies
run: composer i
- name: test-stable${{ matrix.nextcloud-versions }}
run: make test-stable${{ matrix.nextcloud-versions }}