diff options
author | Chocobozzz <me@florianbigard.com> | 2021-06-17 10:43:34 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-06-17 10:43:34 +0200 |
commit | 29b7426c671c91b8567b038df30b9ae909ee838a (patch) | |
tree | df0b8473eee01e60326f824b49307dbbe039f8a2 /scripts/test.sh | |
parent | 609a444202b4cf97f962ed596aac4d0d7b7f63fe (diff) | |
download | PeerTube-29b7426c671c91b8567b038df30b9ae909ee838a.tar.gz PeerTube-29b7426c671c91b8567b038df30b9ae909ee838a.tar.zst PeerTube-29b7426c671c91b8567b038df30b9ae909ee838a.zip |
Speedup CI
Diffstat (limited to 'scripts/test.sh')
-rwxr-xr-x | scripts/test.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/test.sh b/scripts/test.sh index 32034531d..01b259fe2 100755 --- a/scripts/test.sh +++ b/scripts/test.sh | |||
@@ -7,8 +7,8 @@ npm run setup:cli | |||
7 | 7 | ||
8 | npm run ci -- lint | 8 | npm run ci -- lint |
9 | 9 | ||
10 | npm run ci -- misc | 10 | npm run ci -- client |
11 | npm run ci -- cli | 11 | npm run ci -- cli-plugin |
12 | npm run ci -- api-1 | 12 | npm run ci -- api-1 |
13 | npm run ci -- api-2 | 13 | npm run ci -- api-2 |
14 | npm run ci -- api-3 | 14 | npm run ci -- api-3 |