diff options
author | Chocobozzz <me@florianbigard.com> | 2020-11-02 15:43:44 +0100 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2020-11-09 15:33:04 +0100 |
commit | af4ae64f6faf38f8179f2e07d3cd4ad60006be92 (patch) | |
tree | a2d39ddc138d49619f03f11e003c2302f824286c /scripts | |
parent | 77e9f859c6ad75ba179dec74e5410cc651eaa49b (diff) | |
download | PeerTube-af4ae64f6faf38f8179f2e07d3cd4ad60006be92.tar.gz PeerTube-af4ae64f6faf38f8179f2e07d3cd4ad60006be92.tar.zst PeerTube-af4ae64f6faf38f8179f2e07d3cd4ad60006be92.zip |
Begin live tests
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/ci.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/ci.sh b/scripts/ci.sh index 486666c6a..e29b07ad7 100755 --- a/scripts/ci.sh +++ b/scripts/ci.sh | |||
@@ -58,8 +58,9 @@ elif [ "$1" = "api-2" ]; then | |||
58 | 58 | ||
59 | serverFiles=$(findTestFiles server/tests/api/server) | 59 | serverFiles=$(findTestFiles server/tests/api/server) |
60 | usersFiles=$(findTestFiles server/tests/api/users) | 60 | usersFiles=$(findTestFiles server/tests/api/users) |
61 | liveFiles=$(findTestFiles server/tests/api/live) | ||
61 | 62 | ||
62 | MOCHA_PARALLEL=true runTest 2 $serverFiles $usersFiles | 63 | MOCHA_PARALLEL=true runTest 2 $serverFiles $usersFiles liveFiles |
63 | elif [ "$1" = "api-3" ]; then | 64 | elif [ "$1" = "api-3" ]; then |
64 | npm run build:server | 65 | npm run build:server |
65 | 66 | ||