docs(github-actions): add composer install step

This commit is contained in:
Joda Stößer 2023-02-07 00:07:22 +01:00 committed by GitHub
commit d5a63b5d8a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -99,6 +99,9 @@ jobs:
with: with:
php-version: '8.1' php-version: '8.1'
- name: Install dependencies
run: composer install
- name: Deploy - name: Deploy
uses: deployphp/action@v1 uses: deployphp/action@v1
with: with: