Now yes???
This commit is contained in:
parent
8494d29aef
commit
45f8f06505
@ -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
|
||||
|
@ -1,8 +0,0 @@
|
||||
#!/bin/bash
|
||||
npm ci
|
||||
cd client
|
||||
npm ci
|
||||
cd ..
|
||||
cd backend
|
||||
npm ci
|
||||
cd ..
|
Loading…
Reference in New Issue
Block a user