diff options
author | Chocobozzz <me@florianbigard.com> | 2023-03-27 08:43:50 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-03-27 08:43:50 +0200 |
commit | 1e3e64a679ef15801a174cd343fb6f725afbcabb (patch) | |
tree | 70d6c20e2424ab0a82000ae07eadd40cdf7378bd /scripts | |
parent | d91ce83d392801fd592adeb08a7674b4017ffe82 (diff) | |
download | PeerTube-1e3e64a679ef15801a174cd343fb6f725afbcabb.tar.gz PeerTube-1e3e64a679ef15801a174cd343fb6f725afbcabb.tar.zst PeerTube-1e3e64a679ef15801a174cd343fb6f725afbcabb.zip |
Fix tests
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/ci.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/ci.sh b/scripts/ci.sh index 8fdbe8f26..8b984093c 100755 --- a/scripts/ci.sh +++ b/scripts/ci.sh | |||
@@ -56,6 +56,10 @@ elif [ "$1" = "client" ]; then | |||
56 | 56 | ||
57 | MOCHA_PARALLEL=true runTest "$1" $((2*$speedFactor)) $feedsFiles $helperFiles $miscFiles $pluginFiles $libFiles | 57 | MOCHA_PARALLEL=true runTest "$1" $((2*$speedFactor)) $feedsFiles $helperFiles $miscFiles $pluginFiles $libFiles |
58 | elif [ "$1" = "cli-plugin" ]; then | 58 | elif [ "$1" = "cli-plugin" ]; then |
59 | # Simulate HTML | ||
60 | mkdir -p "./client/dist/en-US/" | ||
61 | cp "./client/src/index.html" "./client/dist/en-US/index.html" | ||
62 | |||
59 | npm run build:server | 63 | npm run build:server |
60 | npm run setup:cli | 64 | npm run setup:cli |
61 | 65 | ||