From 45f8f06505111040f297ed308e5be14a20119942 Mon Sep 17 00:00:00 2001 From: BinarySandia04 Date: Wed, 9 Oct 2024 14:49:26 +0200 Subject: [PATCH] Now yes??? --- .gitea/workflows/test.yml | 3 ++- install.sh | 8 -------- 2 files changed, 2 insertions(+), 9 deletions(-) delete mode 100755 install.sh diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 17e93328..14e4b4eb 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -13,7 +13,8 @@ jobs: with: node-version: '14' - name: "Install dependencies" - run: ./install.sh + working-directory: ./client + run: npm ci - name: "Test client" working-directory: ./client run: npm run test:unit diff --git a/install.sh b/install.sh deleted file mode 100755 index 890fa008..00000000 --- a/install.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/bash -npm ci -cd client -npm ci -cd .. -cd backend -npm ci -cd .. \ No newline at end of file