From 39848657f8c6d27a7994673250461ae5abdf7eab Mon Sep 17 00:00:00 2001 From: Johan Cwiklinski Date: Mon, 30 Oct 2023 08:49:55 +0100 Subject: [PATCH] Install glpi deps --- .github/workflows/continuous-integration.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index d4a565a..3b4f061 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -51,6 +51,8 @@ jobs: path: glpi fetch-depth: 1 ref: 10.0/bugfixes + - name: "Build dependencies / translations" + run: cd glpi && php bin/console dependencies install && php bin/console locales:compile - name: Copy plugin run: rsync -avr --exclude='glpi' ./* glpi/plugins/fields/ - name: PHPStan checks