Fix integration test run script

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2022-10-25 20:57:16 +02:00
parent 5669bd73cc
commit 6912ae09cf
2 changed files with 2 additions and 3 deletions

View File

@@ -79,7 +79,7 @@ jobs:
- name: Set up PHPUnit
working-directory: apps/${{ env.APP_NAME }}
run: composer i
run: composer i --no-dev
- name: Set up Nextcloud
run: |

View File

@@ -19,8 +19,7 @@ else
exit 1
fi
composer install --no-dev
composer dump-autoload
composer install
# avoid port collision on jenkins - use $EXECUTOR_NUMBER
if [ -z "$EXECUTOR_NUMBER" ]; then