From 54672ecac39f86a7c3fbca3286b8a0c1aaa264e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20FAMIBELLE-PRONZOLA?= Date: Fri, 15 May 2026 13:56:41 +0400 Subject: [PATCH] deploy: replce ci by install in test --- .gitea/workflows/deploy-beta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy-beta.yaml b/.gitea/workflows/deploy-beta.yaml index 36cff91..bb7a01b 100644 --- a/.gitea/workflows/deploy-beta.yaml +++ b/.gitea/workflows/deploy-beta.yaml @@ -18,7 +18,7 @@ jobs: cache: 'npm' - name: Installer les dépendances - run: npm ci + run: npm install - name: Lancer les tests run: npm test