mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
[server-ce] Add e2e test for CE GitOrigin-RevId: f76ee4d19680c57a3a0854bc89175b3fb352ca41
8 lines
209 B
Bash
Executable File
8 lines
209 B
Bash
Executable File
#!/bin/sh
|
|
set -e
|
|
|
|
echo "Seeding mongo for e2e tests"
|
|
cd /overleaf/services/web
|
|
node modules/server-ce-scripts/scripts/seed-mongo
|
|
node modules/server-ce-scripts/scripts/check-redis
|
|
echo "mongo seeding complete" |