]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - scripts/test.sh
Translated using Weblate (Japanese)
[github/Chocobozzz/PeerTube.git] / scripts / test.sh
index ee7f6e87581dd9b03750a8d41f86e3c440e5fcd8..3b294b386b56d9d04bf150d569410cd373e72d39 100755 (executable)
@@ -1,6 +1,15 @@
-#!/bin/bash
+#!/bin/sh
 
-npm run build:server || exit -1
-npm run travis -- lint || exit -1
+set -eu
 
-mocha --exit --require ts-node/register/type-check --bail server/tests/index.ts
+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