aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/test.sh
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-09-02 08:57:59 +0200
committerChocobozzz <me@florianbigard.com>2021-09-02 09:07:42 +0200
commit12d6b873cd4c5eb8c4fd298885e0c7fa6deb3756 (patch)
tree1abc21b305242e1d5bacefc99c2352b34396a5ab /scripts/test.sh
parent6527eb0ccf823b5eac547c90066d3bd693094b2c (diff)
downloadPeerTube-12d6b873cd4c5eb8c4fd298885e0c7fa6deb3756.tar.gz
PeerTube-12d6b873cd4c5eb8c4fd298885e0c7fa6deb3756.tar.zst
PeerTube-12d6b873cd4c5eb8c4fd298885e0c7fa6deb3756.zip
Improve e2e workflow and add doc
Diffstat (limited to 'scripts/test.sh')
-rwxr-xr-xscripts/test.sh7
1 files changed, 2 insertions, 5 deletions
diff --git a/scripts/test.sh b/scripts/test.sh
index 01b259fe2..2dc79c6ce 100755
--- a/scripts/test.sh
+++ b/scripts/test.sh
@@ -2,11 +2,6 @@
2 2
3set -eu 3set -eu
4 4
5npm run build:server
6npm run setup:cli
7
8npm run ci -- lint
9
10npm run ci -- client 5npm run ci -- client
11npm run ci -- cli-plugin 6npm run ci -- cli-plugin
12npm run ci -- api-1 7npm run ci -- api-1
@@ -14,3 +9,5 @@ npm run ci -- api-2
14npm run ci -- api-3 9npm run ci -- api-3
15npm run ci -- api-4 10npm run ci -- api-4
16npm run ci -- external-plugins 11npm run ci -- external-plugins
12
13npm run ci -- lint