X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=scripts%2Ftest.sh;h=3b294b386b56d9d04bf150d569410cd373e72d39;hb=b8fd08ce95e66380a671a9cb41dfa0b46349882a;hp=2dc79c6ceba3a9ac64fda224ca554548aa74173f;hpb=12d6b873cd4c5eb8c4fd298885e0c7fa6deb3756;p=github%2FChocobozzz%2FPeerTube.git diff --git a/scripts/test.sh b/scripts/test.sh index 2dc79c6ce..3b294b386 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -2,12 +2,14 @@ set -eu +npm run ci -- types 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 -- api-5 npm run ci -- external-plugins npm run ci -- lint