farmbot_os/scripts/run_tests.sh

6 lines
70 B
Bash
Executable File

#!/bin/bash
cd apps/farmbot
export MIX_ENV=test
mix deps.get
mix test