From 2b55e87f6341b336a8d13b1419937dec8c9d4ae4 Mon Sep 17 00:00:00 2001 From: Jan Kristinus Date: Sat, 23 Sep 2023 02:14:53 +0200 Subject: [PATCH] yform install entfernt, da bereits vorhanden --- .github/workflows/phpunit.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index 9db9e437..0b4d17a3 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -65,8 +65,6 @@ 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 'cronjob' redaxo_cms/redaxo/bin/console package:install '${{ github.event.repository.name }}'