mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
732cbf0c26
[server-ce] Add e2e test for CE GitOrigin-RevId: f76ee4d19680c57a3a0854bc89175b3fb352ca41
8 lines
No EOL
209 B
Bash
Executable file
8 lines
No EOL
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" |