From 6e489dfdcc394a48ab058edd5f568dc71a69643a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABl=20Gangloff?= Date: Tue, 14 Oct 2025 19:24:32 +0200 Subject: [PATCH] ci: update CI --- .github/workflows/lint-and-tests.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/lint-and-tests.yml b/.github/workflows/lint-and-tests.yml index bb98ea4..4e9a202 100644 --- a/.github/workflows/lint-and-tests.yml +++ b/.github/workflows/lint-and-tests.yml @@ -141,6 +141,13 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v3 + + - name: Download PHP vendor + uses: actions/download-artifact@v4 + with: + name: php-vendor + path: vendor + - name: Cache Node modules uses: actions/cache@v3 with: