diff --git a/.gitea/workflows/deploy-beta.yaml b/.gitea/workflows/deploy-beta.yaml index 44eba74..f3e041e 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