ci: update CI

This commit is contained in:
Maël Gangloff
2025-10-14 19:24:32 +02:00
parent b0ef5f4dbf
commit 6e489dfdcc

View File

@@ -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: