a230f4fb2c
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
8 lines
117 B
Bash
8 lines
117 B
Bash
#! /usr/bin/env bash
|
|
set -e
|
|
|
|
python /app/app/tests_pre_start.py
|
|
|
|
bash ./scripts/lint.sh
|
|
bash ./scripts/test.sh "$@"
|