X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=scripts%2Ftest.sh;h=2dc79c6ceba3a9ac64fda224ca554548aa74173f;hb=1255f22de407d01649f595f3a0e72865a2cccd08;hp=b341fc0d07049121575c1c53dad8f76488053ea6;hpb=165c8d2558828516a449c75edf3116f7dbc8c07c;p=github%2FChocobozzz%2FPeerTube.git diff --git a/scripts/test.sh b/scripts/test.sh index b341fc0d0..2dc79c6ce 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -1,8 +1,13 @@ -#!/usr/bin/env sh +#!/bin/sh -cd client || exit -1 -npm test || exit -1 +set -eu -cd .. || exit -1 -standard || exit -1 -mocha server/tests +npm run ci -- client +npm run ci -- cli-plugin +npm run ci -- api-1 +npm run ci -- api-2 +npm run ci -- api-3 +npm run ci -- api-4 +npm run ci -- external-plugins + +npm run ci -- lint