mirror of
https://github.com/librecaptcha/lc-core.git
synced 2025-11-21 02:09:03 -05:00
ensure data directory is present in the repo
to ease running the app on checkout and in CI
This commit is contained in:
@@ -3,6 +3,7 @@ set -ex
|
||||
python3 -m venv testEnv
|
||||
source ./testEnv/bin/activate
|
||||
pip install locust
|
||||
mkdir -p data/
|
||||
java -jar target/scala-2.13/LibreCaptcha.jar &
|
||||
JAVA_PID=$!
|
||||
sleep 4
|
||||
|
||||
Reference in New Issue
Block a user