Now yes???

This commit is contained in:
BinarySandia04 2024-10-09 14:49:26 +02:00
parent 8494d29aef
commit 45f8f06505
2 changed files with 2 additions and 9 deletions

View File

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

View File

@ -1,8 +0,0 @@
#!/bin/bash
npm ci
cd client
npm ci
cd ..
cd backend
npm ci
cd ..