Skip to content

Commit

Permalink
Added YForm to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
skerbis authored Sep 29, 2023
1 parent 3304171 commit d0ac06e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ jobs:
- name: Copy and install Addons
run: |
rsync -av --exclude='./vendor' --exclude='.github' --exclude='.git' --exclude='redaxo_cms' './' 'redaxo_cms/redaxo/src/addons/${{ github.event.repository.name }}'
redaxo_cms/redaxo/bin/console install:download 'yform' '4.*'
redaxo_cms/redaxo/bin/console package:install 'yform'
redaxo_cms/redaxo/bin/console package:install '${{ github.event.repository.name }}'
# install dependencies from composer.json
Expand Down

0 comments on commit d0ac06e

Please sign in to comment.