X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=scripts%2Ftest.sh;h=3b294b386b56d9d04bf150d569410cd373e72d39;hb=7e9d038a16677acc36f04072ed8d56d35cf32809;hp=32034531ddfae3257757f5c8ac2dddbebeaff21c;hpb=93ab83893d6c59c90fd92229af5ab2977d05940b;p=github%2FChocobozzz%2FPeerTube.git diff --git a/scripts/test.sh b/scripts/test.sh index 32034531d..3b294b386 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -2,15 +2,14 @@ set -eu -npm run build:server -npm run setup:cli - -npm run ci -- lint - -npm run ci -- misc -npm run ci -- cli +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